Html Css Color HEX #124270 Dark Cerulean

📋 copy color: '#124270'

red 18 ◦ green 66 ◦ blue 112

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

Shades of Dark Cerulean #124270

Tints of Dark Cerulean #124270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.67%

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

R = 9.18%
G = 33.67%
B = 57.14%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124270 (or 0x124270) is known color: Dark Cerulean. HEX triplet: 12, 42 and 70. RGB value is (18,66,112). Sum of RGB (Red+Green+Blue) = 18+66+112=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #124270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124270 is #EDBD8F. Grayscale: #383838. Windows color (decimal): -15580560 or 7356946. OLE color: 7356946.

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

Color convert

RGB 18 66 112 -
CMYK 0.84 0.41 0 0.56
HSL 209.36º 0.72% 0.25% -
HSV(B) 209.36º 0.84% 0.44% -
XYZ 5.12 5.19 16.06 -
YUV 56.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 18 66 112 0.84 0.41 0 0.56 209.36 0.72 0.25
Hex 12 42 70 54 29 0 38 D1 48 19
Octal 22 102 160 124 51 0 70 321 110 31
Binary 10010 1000010 1110000 1010100 101001 0 111000 11010001 1001000 11001

Color Harmonies of #124270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124270

Black with #124270

Text Example


Text Example

White with #124270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124270; }

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

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

background-color css

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

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

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

border-color css

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

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

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