Html Css Color HEX #124891 Dark Cerulean

📋 copy color: '#124891'

red 18 ◦ green 72 ◦ blue 145

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

Shades of Dark Cerulean #124891

Tints of Dark Cerulean #124891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.7%

R = 7.66%
G = 30.64%
B = 61.7%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#124891 (or 0x124891) is known color: Dark Cerulean. HEX triplet: 12, 48 and 91. RGB value is (18,72,145). Sum of RGB (Red+Green+Blue) = 18+72+145=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #124891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124891 is #EDB76E. Grayscale: #3F3F3F. Windows color (decimal): -15578991 or 9521170. OLE color: 9521170.

HSL color Cylindrical-coordinate representation of color #124891: hue angle of 214.49º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124891 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 72 145 -
CMYK 0.88 0.50 0 0.43
HSL 214.49º 0.78% 0.32% -
HSV(B) 214.49º 0.88% 0.57% -
XYZ 7.68 6.81 27.7 -
YUV 64.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 18 72 145 0.88 0.50 0 0.43 214.49 0.78 0.32
Hex 12 48 91 58 32 0 2B D6 4E 20
Octal 22 110 221 130 62 0 53 326 116 40
Binary 10010 1001000 10010001 1011000 110010 0 101011 11010110 1001110 100000

Color Harmonies of #124891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124891

Black with #124891

Text Example


Text Example

White with #124891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124891; }

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

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

background-color css

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

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

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

border-color css

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

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

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