#104873

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

Shades of Dark Cerulean #104873

Tints of Dark Cerulean #104873

Color information

#104873 (or 0x104873) is unknown color: approx Dark Cerulean. HEX triplet: 10, 48 and 73. RGB value is (16,72,115). Sum of RGB (Red+Green+Blue) = 16+72+115=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #104873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104873 is #EFB78C. Grayscale: #3B3B3B. Windows color (decimal): -15710093 or 7555088. OLE color: 7555088.

HSL color Cylindrical-coordinate representation of color #104873: hue angle of 206.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104873 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1672115-
CMYK0.860.3700.55
HSL206.06º75.57%25.69%-
HSV(B)206.06º86.09%45.1%-
XYZ5.635.9817.08-
YUV60.16158.9596.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=7.88%
G=35.47%
B=56.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16721150.860.3700.55206.0675.5725.69
Hex1048735625037ce4c1a
Octal201101631264506731611432
Binary10000100100011100111010110100101011011111001110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104873; }

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

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

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

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

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

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

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

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