Html Css Color HEX #124071 Dark Cerulean

📋 copy color: '#124071'

red 18 ◦ green 64 ◦ blue 113

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

Shades of Dark Cerulean #124071

Tints of Dark Cerulean #124071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

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

R = 9.23%
G = 32.82%
B = 57.95%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124071 (or 0x124071) is known color: Dark Cerulean. HEX triplet: 12, 40 and 71. RGB value is (18,64,113). Sum of RGB (Red+Green+Blue) = 18+64+113=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #124071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124071 is #EDBF8E. Grayscale: #373737. Windows color (decimal): -15581071 or 7421970. OLE color: 7421970.

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

Color convert

RGB 18 64 113 -
CMYK 0.84 0.43 0 0.56
HSL 210.95º 0.73% 0.26% -
HSV(B) 210.95º 0.84% 0.44% -
XYZ 5.06 4.99 16.32 -
YUV 55.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 18 64 113 0.84 0.43 0 0.56 210.95 0.73 0.26
Hex 12 40 71 54 2B 0 38 D3 49 1A
Octal 22 100 161 124 53 0 70 323 111 32
Binary 10010 1000000 1110001 1010100 101011 0 111000 11010011 1001001 11010

Color Harmonies of #124071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124071

Black with #124071

Text Example


Text Example

White with #124071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124071; }

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

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

background-color css

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

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

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

border-color css

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

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

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