#104589

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

Shades of Dark Cerulean #104589

Tints of Dark Cerulean #104589

Color information

#104589 (or 0x104589) is unknown color: approx Dark Cerulean. HEX triplet: 10, 45 and 89. RGB value is (16,69,137). Sum of RGB (Red+Green+Blue) = 16+69+137=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #104589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104589 is #EFBA76. Grayscale: #3C3C3C. Windows color (decimal): -15710839 or 8996112. OLE color: 8996112.

HSL color Cylindrical-coordinate representation of color #104589: hue angle of 213.72º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104589 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1669137-
CMYK0.880.5000.46
HSL213.72º79.08%30%-
HSV(B)213.72º88.32%53.73%-
XYZ6.866.1724.5-
YUV60.9170.9495.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.21%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 137 (53.91% from 255) = 61.71%
R=7.21%
G=31.08%
B=61.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16691370.880.5000.46213.7279.0830
Hex104589583202Ed64f1e
Octal201052111306205632611736
Binary100001000101100010011011000110010010111011010110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104589; }

 p { color: rgb(16,69,137); }

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

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

 a { background-color: rgb(16,69,137); }

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

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

 span { border-color: rgb(16,69,137); }

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