#104879

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

Shades of Dark Cerulean #104879

Tints of Dark Cerulean #104879

Color information

#104879 (or 0x104879) is unknown color: approx Dark Cerulean. HEX triplet: 10, 48 and 79. RGB value is (16,72,121). Sum of RGB (Red+Green+Blue) = 16+72+121=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #104879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104879 is #EFB786. Grayscale: #3C3C3C. Windows color (decimal): -15710087 or 7948304. OLE color: 7948304.

HSL color Cylindrical-coordinate representation of color #104879: hue angle of 208º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104879 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1672121-
CMYK0.870.4000.53
HSL208º76.64%26.86%-
HSV(B)208º86.78%47.45%-
XYZ5.986.1318.96-
YUV60.84161.9596.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=7.66%
G=34.45%
B=57.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16721210.870.4000.5320876.6426.86
Hex1048795728035d04d1b
Octal201101711275006532011533
Binary10000100100011110011010111101000011010111010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104879; }

 p { color: rgb(16,72,121); }

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

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

 a { background-color: rgb(16,72,121); }

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

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

 span { border-color: rgb(16,72,121); }

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