#1B61B5

Color #1B61B5 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1B61B5

Tints of Denim #1B61B5

Color information

#1B61B5 (or 0x1B61B5) is unknown color: approx Denim. HEX triplet: 1B, 61 and B5. RGB value is (27,97,181). Sum of RGB (Red+Green+Blue) = 27+97+181=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #1B61B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B61B5 is #E49E4A. Grayscale: #555555. Windows color (decimal): -14982731 or 11886875. OLE color: 11886875.

HSL color Cylindrical-coordinate representation of color #1B61B5: hue angle of 212.73º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B61B5 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2797181-
CMYK0.850.4600.29
HSL212.73º74.04%40.78%-
HSV(B)212.73º85.08%70.98%-
XYZ13.0712.1245.37-
YUV85.65181.8186.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 8.85%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 181 (71.09% from 255) = 59.34%
R=8.85%
G=31.80%
B=59.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27971810.850.4600.29212.7374.0440.78
Hex1B61B5552E01Dd54a29
Octal331412651255603532511251
Binary110111100001101101011010101101110011101110101011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B61B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B61B5; }

 p { color: rgb(27,97,181); }

 H1.HeaderClassName
 {
   color: #1B61B5;
 }
 .AnyTagClassName
 {
   color: #1B61B5;
 }
</style>
background-color css

<style>
 a { background-color: #1B61B5; }

 a { background-color: rgb(27,97,181); }

 div.DivClassName
 {
   background-color: #1B61B5;
 }
 .BgClassName
 {
   background-color: #1B61B5;
 }
</style>
border-color css

<style>
 span { border-color: #1B61B5; }

 span { border-color: rgb(27,97,181); }

 td.TdClassName
 {
   border-color: #1B61B5;
 }
 .TagClassName
 {
   border-color: #1B61B5;
 }
</style>