#124D96

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

Shades of Dark Cerulean #124D96

Tints of Dark Cerulean #124D96

Color information

#124D96 (or 0x124D96) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4D and 96. RGB value is (18,77,150). Sum of RGB (Red+Green+Blue) = 18+77+150=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #124D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D96 is #EDB269. Grayscale: #434343. Windows color (decimal): -15577706 or 9850130. OLE color: 9850130.

HSL color Cylindrical-coordinate representation of color #124D96: hue angle of 213.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124D96 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1877150-
CMYK0.880.4900.41
HSL213.18º78.57%32.94%-
HSV(B)213.18º88%58.82%-
XYZ8.417.6429.89-
YUV67.68174.4592.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=7.35%
G=31.43%
B=61.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18771500.880.4900.41213.1878.5732.94
Hex124D965831029d54f21
Octal221152261306105132511741
Binary1001010011011001011010110001100010101001110101011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,77,150); }

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

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

 a { background-color: rgb(18,77,150); }

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

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

 span { border-color: rgb(18,77,150); }

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