Html Css Color HEX #124D70 Dark Cerulean

📋 copy color: '#124D70'

red 18 ◦ green 77 ◦ blue 112

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

Shades of Dark Cerulean #124D70

Tints of Dark Cerulean #124D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.2%

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

R = 8.7%
G = 37.2%
B = 54.11%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124D70 (or 0x124D70) is known color: Dark Cerulean. HEX triplet: 12, 4D and 70. RGB value is (18,77,112). Sum of RGB (Red+Green+Blue) = 18+77+112=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #124D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D70 is #EDB28F. Grayscale: #3F3F3F. Windows color (decimal): -15577744 or 7359762. OLE color: 7359762.

HSL color Cylindrical-coordinate representation of color #124D70: hue angle of 202.34º 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 #124D70 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 77 112 -
CMYK 0.84 0.31 0 0.56
HSL 202.34º 0.72% 0.25% -
HSV(B) 202.34º 0.84% 0.44% -
XYZ 5.83 6.61 16.3 -
YUV 63.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 18 77 112 0.84 0.31 0 0.56 202.34 0.72 0.25
Hex 12 4D 70 54 1F 0 38 CA 48 19
Octal 22 115 160 124 37 0 70 312 110 31
Binary 10010 1001101 1110000 1010100 11111 0 111000 11001010 1001000 11001

Color Harmonies of #124D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D70

Black with #124D70

Text Example


Text Example

White with #124D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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