Html Css Color HEX #124272 Dark Cerulean

📋 copy color: '#124272'

red 18 ◦ green 66 ◦ blue 114

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

Shades of Dark Cerulean #124272

Tints of Dark Cerulean #124272

RGB

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

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

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

R = 9.09%
G = 33.33%
B = 57.58%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124272 (or 0x124272) is known color: Dark Cerulean. HEX triplet: 12, 42 and 72. RGB value is (18,66,114). Sum of RGB (Red+Green+Blue) = 18+66+114=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #124272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124272 is #EDBD8D. Grayscale: #383838. Windows color (decimal): -15580558 or 7488018. OLE color: 7488018.

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

Color convert

RGB 18 66 114 -
CMYK 0.84 0.42 0 0.55
HSL 210º 0.73% 0.26% -
HSV(B) 210º 0.84% 0.45% -
XYZ 5.23 5.24 16.66 -
YUV 57.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 18 66 114 0.84 0.42 0 0.55 210 0.73 0.26
Hex 12 42 72 54 2A 0 37 D2 49 1A
Octal 22 102 162 124 52 0 67 322 111 32
Binary 10010 1000010 1110010 1010100 101010 0 110111 11010010 1001001 11010

Color Harmonies of #124272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124272

Black with #124272

Text Example


Text Example

White with #124272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124272; }

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

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

background-color css

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

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

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

border-color css

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

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

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