#104974

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

Shades of Dark Cerulean #104974

Tints of Dark Cerulean #104974

Color information

#104974 (or 0x104974) is unknown color: approx Dark Cerulean. HEX triplet: 10, 49 and 74. RGB value is (16,73,116). Sum of RGB (Red+Green+Blue) = 16+73+116=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #104974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104974 is #EFB68B. Grayscale: #3C3C3C. Windows color (decimal): -15709836 or 7620880. OLE color: 7620880.

HSL color Cylindrical-coordinate representation of color #104974: hue angle of 205.8º 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 #104974 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1673116-
CMYK0.860.3700.55
HSL205.8º75.76%25.88%-
HSV(B)205.8º86.21%45.49%-
XYZ5.756.1417.4-
YUV60.86159.1296-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=7.80%
G=35.61%
B=56.59%

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
Decimal16731160.860.3700.55205.875.7625.88
Hex1049745625037ce4c1a
Octal201111641264506731611432
Binary10000100100111101001010110100101011011111001110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104974; }

 p { color: rgb(16,73,116); }

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

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

 a { background-color: rgb(16,73,116); }

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

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

 span { border-color: rgb(16,73,116); }

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