Html Css Color HEX #124E7C Dark Cerulean

📋 copy color: '#124E7C'

red 18 ◦ green 78 ◦ blue 124

#124E7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #124E7C

Tints of Dark Cerulean #124E7C

RGB

 RED value IS 18 (7.42% from 255) = 8.18%

 GREEN value IS 78 (30.86% from 255) = 35.45%

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 8.18%
G = 35.45%
B = 56.36%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#124E7C (or 0x124E7C) is known color: Dark Cerulean. HEX triplet: 12, 4E and 7C. RGB value is (18,78,124). Sum of RGB (Red+Green+Blue) = 18+78+124=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #124E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E7C is #EDB183. Grayscale: #414141. Windows color (decimal): -15577476 or 8146450. OLE color: 8146450.

HSL color Cylindrical-coordinate representation of color #124E7C: hue angle of 206.04º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124E7C is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 78 124 -
CMYK 0.85 0.37 0 0.51
HSL 206.04º 0.75% 0.28% -
HSV(B) 206.04º 0.85% 0.49% -
XYZ 6.61 7.03 20.08 -
YUV 65.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 18 78 124 0.85 0.37 0 0.51 206.04 0.75 0.28
Hex 12 4E 7C 55 25 0 33 CE 4B 1C
Octal 22 116 174 125 45 0 63 316 113 34
Binary 10010 1001110 1111100 1010101 100101 0 110011 11001110 1001011 11100

Color Harmonies of #124E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E7C

Black with #124E7C

Text Example


Text Example

White with #124E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #124E7C;
 }
 .AnyTagClassName
 {
   color: #124E7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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