#105CB4

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

Shades of Denim #105CB4

Tints of Denim #105CB4

Color information

#105CB4 (or 0x105CB4) is unknown color: approx Denim. HEX triplet: 10, 5C and B4. RGB value is (16,92,180). Sum of RGB (Red+Green+Blue) = 16+92+180=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #105CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105CB4 is #EFA34B. Grayscale: #4E4E4E. Windows color (decimal): -15704908 or 11820048. OLE color: 11820048.

HSL color Cylindrical-coordinate representation of color #105CB4: hue angle of 212.2º 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 #105CB4 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1692180-
CMYK0.910.4900.29
HSL212.2º83.67%38.43%-
HSV(B)212.2º91.11%70.59%-
XYZ12.2811.0644.67-
YUV79.31184.8282.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 180 (70.70% from 255) = 62.5%
R=5.56%
G=31.94%
B=62.5%

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
Decimal16921800.910.4900.29212.283.6738.43
Hex105CB45B3101Dd45426
Octal201342641336103532412446
Binary100001011100101101001011011110001011101110101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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