#104B89

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

Shades of Dark Cerulean #104B89

Tints of Dark Cerulean #104B89

Color information

#104B89 (or 0x104B89) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4B and 89. RGB value is (16,75,137). Sum of RGB (Red+Green+Blue) = 16+75+137=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #104B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104B89 is #EFB476. Grayscale: #404040. Windows color (decimal): -15709303 or 8997648. OLE color: 8997648.

HSL color Cylindrical-coordinate representation of color #104B89: hue angle of 210.74º 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 #104B89 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1675137-
CMYK0.880.4500.46
HSL210.74º79.08%30%-
HSV(B)210.74º88.32%53.73%-
XYZ7.256.9524.63-
YUV64.43168.9593.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.02%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 137 (53.91% from 255) = 60.09%
R=7.02%
G=32.89%
B=60.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16751370.880.4500.46210.7479.0830
Hex104B89582D02Ed34f1e
Octal201132111305505632311736
Binary100001001011100010011011000101101010111011010011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104B89; }

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

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

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

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

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

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

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

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