Html Css Color HEX #124572 Dark Cerulean

📋 copy color: '#124572'

red 18 ◦ green 69 ◦ blue 114

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

Shades of Dark Cerulean #124572

Tints of Dark Cerulean #124572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

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

R = 8.96%
G = 34.33%
B = 56.72%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124572 (or 0x124572) is known color: Dark Cerulean. HEX triplet: 12, 45 and 72. RGB value is (18,69,114). Sum of RGB (Red+Green+Blue) = 18+69+114=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #124572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124572 is #EDBA8D. Grayscale: #3A3A3A. Windows color (decimal): -15579790 or 7488786. OLE color: 7488786.

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

Color convert

RGB 18 69 114 -
CMYK 0.84 0.39 0 0.55
HSL 208.13º 0.73% 0.26% -
HSV(B) 208.13º 0.84% 0.45% -
XYZ 5.41 5.6 16.72 -
YUV 58.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 18 69 114 0.84 0.39 0 0.55 208.13 0.73 0.26
Hex 12 45 72 54 27 0 37 D0 49 1A
Octal 22 105 162 124 47 0 67 320 111 32
Binary 10010 1000101 1110010 1010100 100111 0 110111 11010000 1001001 11010

Color Harmonies of #124572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124572

Black with #124572

Text Example


Text Example

White with #124572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124572; }

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

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

background-color css

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

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

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

border-color css

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

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

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