#105492

Color #105492 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #105492

Tints of Dark Cerulean #105492

Color information

#105492 (or 0x105492) is unknown color: approx Dark Cerulean. HEX triplet: 10, 54 and 92. RGB value is (16,84,146). Sum of RGB (Red+Green+Blue) = 16+84+146=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #105492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105492 is #EFAB6D. Grayscale: #464646. Windows color (decimal): -15706990 or 9589776. OLE color: 9589776.

HSL color Cylindrical-coordinate representation of color #105492: hue angle of 208.62º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105492 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1684146-
CMYK0.890.4200.43
HSL208.62º80.25%31.76%-
HSV(B)208.62º89.04%57.25%-
XYZ8.578.5328.39-
YUV70.74170.4788.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.50%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=6.50%
G=34.15%
B=59.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16841460.890.4200.43208.6280.2531.76
Hex105492592A02Bd15020
Octal201242221315205332112040
Binary1000010101001001001010110011010100101011110100011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105492; }

 p { color: rgb(16,84,146); }

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

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

 a { background-color: rgb(16,84,146); }

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

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

 span { border-color: rgb(16,84,146); }

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