Html Css Color HEX #144991 Dark Cerulean

📋 copy color: '#144991'

red 20 ◦ green 73 ◦ blue 145

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

Shades of Dark Cerulean #144991

Tints of Dark Cerulean #144991

RGB

 RED value IS 20 (8.2% from 255) = 8.4%

 GREEN value IS 73 (28.91% from 255) = 30.67%

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

R = 8.4%
G = 30.67%
B = 60.92%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144991 (or 0x144991) is known color: Dark Cerulean. HEX triplet: 14, 49 and 91. RGB value is (20,73,145). Sum of RGB (Red+Green+Blue) = 20+73+145=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #144991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144991 is #EBB66E. Grayscale: #414141. Windows color (decimal): -15447663 or 9521428. OLE color: 9521428.

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

Color convert

RGB 20 73 145 -
CMYK 0.86 0.50 0 0.43
HSL 214.56º 0.76% 0.32% -
HSV(B) 214.56º 0.86% 0.57% -
XYZ 7.78 6.96 27.72 -
YUV 65.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 20 73 145 0.86 0.50 0 0.43 214.56 0.76 0.32
Hex 14 49 91 56 32 0 2B D7 4C 20
Octal 24 111 221 126 62 0 53 327 114 40
Binary 10100 1001001 10010001 1010110 110010 0 101011 11010111 1001100 100000

Color Harmonies of #144991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144991

Black with #144991

Text Example


Text Example

White with #144991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144991; }

 p { color: rgb(20,73,145); }

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

background-color css

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

 a { background-color: rgb(20,73,145); }

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

border-color css

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

 span { border-color: rgb(20,73,145); }

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