Html Css Color HEX #124370 Dark Cerulean

📋 copy color: '#124370'

red 18 ◦ green 67 ◦ blue 112

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

Shades of Dark Cerulean #124370

Tints of Dark Cerulean #124370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

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

R = 9.14%
G = 34.01%
B = 56.85%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124370 (or 0x124370) is known color: Dark Cerulean. HEX triplet: 12, 43 and 70. RGB value is (18,67,112). Sum of RGB (Red+Green+Blue) = 18+67+112=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #124370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124370 is #EDBC8F. Grayscale: #393939. Windows color (decimal): -15580304 or 7357202. OLE color: 7357202.

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

Color convert

RGB 18 67 112 -
CMYK 0.84 0.40 0 0.56
HSL 208.72º 0.72% 0.25% -
HSV(B) 208.72º 0.84% 0.44% -
XYZ 5.18 5.31 16.08 -
YUV 57.48 158.77 99.84 -
System Red Green Blue C M Y K H S L
Decimal 18 67 112 0.84 0.40 0 0.56 208.72 0.72 0.25
Hex 12 43 70 54 28 0 38 D1 48 19
Octal 22 103 160 124 50 0 70 321 110 31
Binary 10010 1000011 1110000 1010100 101000 0 111000 11010001 1001000 11001

Color Harmonies of #124370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124370

Black with #124370

Text Example


Text Example

White with #124370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124370; }

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

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

background-color css

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

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

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

border-color css

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

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

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