Html Css Color HEX #124372 Dark Cerulean

📋 copy color: '#124372'

red 18 ◦ green 67 ◦ blue 114

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

Shades of Dark Cerulean #124372

Tints of Dark Cerulean #124372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.29%

R = 9.05%
G = 33.67%
B = 57.29%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124372 (or 0x124372) is known color: Dark Cerulean. HEX triplet: 12, 43 and 72. RGB value is (18,67,114). Sum of RGB (Red+Green+Blue) = 18+67+114=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #124372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124372 is #EDBC8D. Grayscale: #393939. Windows color (decimal): -15580302 or 7488274. OLE color: 7488274.

HSL color Cylindrical-coordinate representation of color #124372: hue angle of 209.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124372 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 67 114 -
CMYK 0.84 0.41 0 0.55
HSL 209.38º 0.73% 0.26% -
HSV(B) 209.38º 0.84% 0.45% -
XYZ 5.29 5.36 16.67 -
YUV 57.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 18 67 114 0.84 0.41 0 0.55 209.38 0.73 0.26
Hex 12 43 72 54 29 0 37 D1 49 1A
Octal 22 103 162 124 51 0 67 321 111 32
Binary 10010 1000011 1110010 1010100 101001 0 110111 11010001 1001001 11010

Color Harmonies of #124372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124372

Black with #124372

Text Example


Text Example

White with #124372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124372; }

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

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

background-color css

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

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

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

border-color css

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

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

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