Html Css Color HEX #124886 Dark Cerulean

📋 copy color: '#124886'

red 18 ◦ green 72 ◦ blue 134

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

Shades of Dark Cerulean #124886

Tints of Dark Cerulean #124886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.82%

R = 8.04%
G = 32.14%
B = 59.82%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#124886 (or 0x124886) is known color: Dark Cerulean. HEX triplet: 12, 48 and 86. RGB value is (18,72,134). Sum of RGB (Red+Green+Blue) = 18+72+134=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #124886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124886 is #EDB779. Grayscale: #3E3E3E. Windows color (decimal): -15579002 or 8800274. OLE color: 8800274.

HSL color Cylindrical-coordinate representation of color #124886: hue angle of 212.07º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124886 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 72 134 -
CMYK 0.87 0.46 0 0.47
HSL 212.07º 0.76% 0.3% -
HSV(B) 212.07º 0.87% 0.53% -
XYZ 6.87 6.48 23.44 -
YUV 62.92 168.11 95.96 -
System Red Green Blue C M Y K H S L
Decimal 18 72 134 0.87 0.46 0 0.47 212.07 0.76 0.3
Hex 12 48 86 57 2E 0 2F D4 4C 1E
Octal 22 110 206 127 56 0 57 324 114 36
Binary 10010 1001000 10000110 1010111 101110 0 101111 11010100 1001100 11110

Color Harmonies of #124886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124886

Black with #124886

Text Example


Text Example

White with #124886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124886; }

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

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

background-color css

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

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

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

border-color css

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

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

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