Html Css Color HEX #124E70 Dark Cerulean

📋 copy color: '#124E70'

red 18 ◦ green 78 ◦ blue 112

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

Shades of Dark Cerulean #124E70

Tints of Dark Cerulean #124E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 8.65%
G = 37.5%
B = 53.85%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124E70 (or 0x124E70) is known color: Dark Cerulean. HEX triplet: 12, 4E and 70. RGB value is (18,78,112). Sum of RGB (Red+Green+Blue) = 18+78+112=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #124E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E70 is #EDB18F. Grayscale: #3F3F3F. Windows color (decimal): -15577488 or 7360018. OLE color: 7360018.

HSL color Cylindrical-coordinate representation of color #124E70: hue angle of 201.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124E70 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 78 112 -
CMYK 0.84 0.30 0 0.56
HSL 201.7º 0.72% 0.25% -
HSV(B) 201.7º 0.84% 0.44% -
XYZ 5.9 6.75 16.32 -
YUV 63.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 18 78 112 0.84 0.30 0 0.56 201.7 0.72 0.25
Hex 12 4E 70 54 1E 0 38 CA 48 19
Octal 22 116 160 124 36 0 70 312 110 31
Binary 10010 1001110 1110000 1010100 11110 0 111000 11001010 1001000 11001

Color Harmonies of #124E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E70

Black with #124E70

Text Example


Text Example

White with #124E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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