#104F81

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

Shades of Dark Cerulean #104F81

Tints of Dark Cerulean #104F81

Color information

#104F81 (or 0x104F81) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 81. RGB value is (16,79,129). Sum of RGB (Red+Green+Blue) = 16+79+129=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #104F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F81 is #EFB07E. Grayscale: #414141. Windows color (decimal): -15708287 or 8474384. OLE color: 8474384.

HSL color Cylindrical-coordinate representation of color #104F81: hue angle of 206.55º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104F81 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1679129-
CMYK0.880.3900.49
HSL206.55º77.93%28.43%-
HSV(B)206.55º87.6%50.59%-
XYZ6.977.2921.81-
YUV65.86163.6392.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 129 (50.78% from 255) = 57.59%
R=7.14%
G=35.27%
B=57.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16791290.880.3900.49206.5577.9328.43
Hex104F815827031cf4e1c
Octal201172011304706131711634
Binary100001001111100000011011000100111011000111001111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,79,129); }

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

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

 a { background-color: rgb(16,79,129); }

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

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

 span { border-color: rgb(16,79,129); }

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