Html Css Color HEX #124571 Dark Cerulean

📋 copy color: '#124571'

red 18 ◦ green 69 ◦ blue 113

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

Shades of Dark Cerulean #124571

Tints of Dark Cerulean #124571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 9%
G = 34.5%
B = 56.5%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124571 (or 0x124571) is known color: Dark Cerulean. HEX triplet: 12, 45 and 71. RGB value is (18,69,113). Sum of RGB (Red+Green+Blue) = 18+69+113=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #124571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124571 is #EDBA8E. Grayscale: #3A3A3A. Windows color (decimal): -15579791 or 7423250. OLE color: 7423250.

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

Color convert

RGB 18 69 113 -
CMYK 0.84 0.39 0 0.56
HSL 207.79º 0.73% 0.26% -
HSV(B) 207.79º 0.84% 0.44% -
XYZ 5.36 5.58 16.42 -
YUV 58.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 18 69 113 0.84 0.39 0 0.56 207.79 0.73 0.26
Hex 12 45 71 54 27 0 38 D0 49 1A
Octal 22 105 161 124 47 0 70 320 111 32
Binary 10010 1000101 1110001 1010100 100111 0 111000 11010000 1001001 11010

Color Harmonies of #124571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124571

Black with #124571

Text Example


Text Example

White with #124571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124571; }

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

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

background-color css

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

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

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

border-color css

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

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

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