Html Css Color HEX #124873 Dark Cerulean

📋 copy color: '#124873'

red 18 ◦ green 72 ◦ blue 115

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

Shades of Dark Cerulean #124873

Tints of Dark Cerulean #124873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 8.78%
G = 35.12%
B = 56.1%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124873 (or 0x124873) is known color: Dark Cerulean. HEX triplet: 12, 48 and 73. RGB value is (18,72,115). Sum of RGB (Red+Green+Blue) = 18+72+115=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #124873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124873 is #EDB78C. Grayscale: #3C3C3C. Windows color (decimal): -15579021 or 7555090. OLE color: 7555090.

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

Color convert

RGB 18 72 115 -
CMYK 0.84 0.37 0 0.55
HSL 206.6º 0.73% 0.26% -
HSV(B) 206.6º 0.84% 0.45% -
XYZ 5.66 6 17.08 -
YUV 60.76 158.61 97.5 -
System Red Green Blue C M Y K H S L
Decimal 18 72 115 0.84 0.37 0 0.55 206.6 0.73 0.26
Hex 12 48 73 54 25 0 37 CF 49 1A
Octal 22 110 163 124 45 0 67 317 111 32
Binary 10010 1001000 1110011 1010100 100101 0 110111 11001111 1001001 11010

Color Harmonies of #124873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124873

Black with #124873

Text Example


Text Example

White with #124873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124873; }

 p { color: rgb(18,72,115); }

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

background-color css

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

 a { background-color: rgb(18,72,115); }

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

border-color css

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

 span { border-color: rgb(18,72,115); }

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