#105BB4

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

Shades of Denim #105BB4

Tints of Denim #105BB4

Color information

#105BB4 (or 0x105BB4) is unknown color: approx Denim. HEX triplet: 10, 5B and B4. RGB value is (16,91,180). Sum of RGB (Red+Green+Blue) = 16+91+180=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #105BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105BB4 is #EFA44B. Grayscale: #4E4E4E. Windows color (decimal): -15705164 or 11819792. OLE color: 11819792.

HSL color Cylindrical-coordinate representation of color #105BB4: hue angle of 212.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105BB4 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1691180-
CMYK0.910.4900.29
HSL212.56º83.67%38.43%-
HSV(B)212.56º91.11%70.59%-
XYZ12.1910.8944.64-
YUV78.72185.1583.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.57%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 180 (70.70% from 255) = 62.72%
R=5.57%
G=31.71%
B=62.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16911800.910.4900.29212.5683.6738.43
Hex105BB45B3101Dd55426
Octal201332641336103532512446
Binary100001011011101101001011011110001011101110101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105BB4; }

 p { color: rgb(16,91,180); }

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

<style>
 a { background-color: #105BB4; }

 a { background-color: rgb(16,91,180); }

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

<style>
 span { border-color: #105BB4; }

 span { border-color: rgb(16,91,180); }

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