#104572

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

Shades of Dark Cerulean #104572

Tints of Dark Cerulean #104572

Color information

#104572 (or 0x104572) is unknown color: approx Dark Cerulean. HEX triplet: 10, 45 and 72. RGB value is (16,69,114). Sum of RGB (Red+Green+Blue) = 16+69+114=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #104572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104572 is #EFBA8D. Grayscale: #3A3A3A. Windows color (decimal): -15710862 or 7488784. OLE color: 7488784.

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

Color convert

RGB1669114-
CMYK0.860.3900.55
HSL207.55º75.38%25.49%-
HSV(B)207.55º85.96%44.71%-
XYZ5.385.5816.71-
YUV58.28159.4497.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=8.04%
G=34.67%
B=57.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16691140.860.3900.55207.5575.3825.49
Hex1045725627037d04b19
Octal201051621264706732011331
Binary10000100010111100101010110100111011011111010000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104572; }

 p { color: rgb(16,69,114); }

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

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

 a { background-color: rgb(16,69,114); }

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

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

 span { border-color: rgb(16,69,114); }

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