#124673

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

Shades of Dark Cerulean #124673

Tints of Dark Cerulean #124673

Color information

#124673 (or 0x124673) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 73. RGB value is (18,70,115). Sum of RGB (Red+Green+Blue) = 18+70+115=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 70 (27.73% from 255 or 34.48% 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 #124673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124673 is #EDB98C. Grayscale: #3B3B3B. Windows color (decimal): -15579533 or 7554578. OLE color: 7554578.

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

Color convert

RGB1870115-
CMYK0.840.3900.55
HSL207.84º72.93%26.08%-
HSV(B)207.84º84.35%45.1%-
XYZ5.535.7517.04-
YUV59.58159.2798.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=8.87%
G=34.48%
B=56.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18701150.840.3900.55207.8472.9326.08
Hex1246735427037d0491a
Octal221061631244706732011132
Binary10010100011011100111010100100111011011111010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124673; }

 p { color: rgb(18,70,115); }

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

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

 a { background-color: rgb(18,70,115); }

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

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

 span { border-color: rgb(18,70,115); }

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