#124D93

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

Shades of Dark Cerulean #124D93

Tints of Dark Cerulean #124D93

Color information

#124D93 (or 0x124D93) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4D and 93. RGB value is (18,77,147). Sum of RGB (Red+Green+Blue) = 18+77+147=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #124D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D93 is #EDB26C. Grayscale: #434343. Windows color (decimal): -15577709 or 9653522. OLE color: 9653522.

HSL color Cylindrical-coordinate representation of color #124D93: hue angle of 212.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124D93 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1877147-
CMYK0.880.4800.42
HSL212.56º78.18%32.35%-
HSV(B)212.56º87.76%57.65%-
XYZ8.177.5428.63-
YUV67.34172.9592.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.44%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 147 (57.81% from 255) = 60.74%
R=7.44%
G=31.82%
B=60.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18771470.880.4800.42212.5678.1832.35
Hex124D93583002Ad54e20
Octal221152231306005232511640
Binary1001010011011001001110110001100000101010110101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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