Html Css Color HEX #124871 Dark Cerulean

📋 copy color: '#124871'

red 18 ◦ green 72 ◦ blue 113

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

Shades of Dark Cerulean #124871

Tints of Dark Cerulean #124871

RGB

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

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

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

R = 8.87%
G = 35.47%
B = 55.67%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124871 (or 0x124871) is known color: Dark Cerulean. HEX triplet: 12, 48 and 71. RGB value is (18,72,113). Sum of RGB (Red+Green+Blue) = 18+72+113=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #124871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124871 is #EDB78E. Grayscale: #3C3C3C. Windows color (decimal): -15579023 or 7424018. OLE color: 7424018.

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

Color convert

RGB 18 72 113 -
CMYK 0.84 0.36 0 0.56
HSL 205.89º 0.73% 0.26% -
HSV(B) 205.89º 0.84% 0.44% -
XYZ 5.55 5.96 16.48 -
YUV 60.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 18 72 113 0.84 0.36 0 0.56 205.89 0.73 0.26
Hex 12 48 71 54 24 0 38 CE 49 1A
Octal 22 110 161 124 44 0 70 316 111 32
Binary 10010 1001000 1110001 1010100 100100 0 111000 11001110 1001001 11010

Color Harmonies of #124871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124871

Black with #124871

Text Example


Text Example

White with #124871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124871; }

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

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

background-color css

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

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

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

border-color css

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

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

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