#124E93

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

Shades of Dark Cerulean #124E93

Tints of Dark Cerulean #124E93

Color information

#124E93 (or 0x124E93) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4E and 93. RGB value is (18,78,147). Sum of RGB (Red+Green+Blue) = 18+78+147=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #124E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124E93 is #EDB16C. Grayscale: #434343. Windows color (decimal): -15577453 or 9653778. OLE color: 9653778.

HSL color Cylindrical-coordinate representation of color #124E93: hue angle of 212.09º 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 #124E93 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1878147-
CMYK0.880.4700.42
HSL212.09º78.18%32.35%-
HSV(B)212.09º87.76%57.65%-
XYZ8.247.6828.65-
YUV67.93172.6292.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.41%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 147 (57.81% from 255) = 60.49%
R=7.41%
G=32.10%
B=60.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18781470.880.4700.42212.0978.1832.35
Hex124E93582F02Ad44e20
Octal221162231305705232411640
Binary1001010011101001001110110001011110101010110101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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