#124A73

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

Shades of Dark Cerulean #124A73

Tints of Dark Cerulean #124A73

Color information

#124A73 (or 0x124A73) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4A and 73. RGB value is (18,74,115). Sum of RGB (Red+Green+Blue) = 18+74+115=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #124A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A73 is #EDB58C. Grayscale: #3D3D3D. Windows color (decimal): -15578509 or 7555602. OLE color: 7555602.

HSL color Cylindrical-coordinate representation of color #124A73: hue angle of 205.36º 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 #124A73 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1874115-
CMYK0.840.3600.55
HSL205.36º72.93%26.08%-
HSV(B)205.36º84.35%45.1%-
XYZ5.796.2617.12-
YUV61.93157.9596.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=8.70%
G=35.75%
B=55.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18741150.840.3600.55205.3672.9326.08
Hex124A735424037cd491a
Octal221121631244406731511132
Binary10010100101011100111010100100100011011111001101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124A73; }

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

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

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

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

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

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

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

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