Html Css Color HEX #144996 Dark Cerulean

📋 copy color: '#144996'

red 20 ◦ green 73 ◦ blue 150

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

Shades of Dark Cerulean #144996

Tints of Dark Cerulean #144996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.73%

R = 8.23%
G = 30.04%
B = 61.73%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#144996 (or 0x144996) is known color: Dark Cerulean. HEX triplet: 14, 49 and 96. RGB value is (20,73,150). Sum of RGB (Red+Green+Blue) = 20+73+150=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #144996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144996 is #EBB669. Grayscale: #414141. Windows color (decimal): -15447658 or 9849108. OLE color: 9849108.

HSL color Cylindrical-coordinate representation of color #144996: hue angle of 215.54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144996 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 73 150 -
CMYK 0.87 0.51 0 0.41
HSL 215.54º 0.76% 0.33% -
HSV(B) 215.54º 0.87% 0.59% -
XYZ 8.18 7.12 29.8 -
YUV 65.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 20 73 150 0.87 0.51 0 0.41 215.54 0.76 0.33
Hex 14 49 96 57 33 0 29 D8 4C 21
Octal 24 111 226 127 63 0 51 330 114 41
Binary 10100 1001001 10010110 1010111 110011 0 101001 11011000 1001100 100001

Color Harmonies of #144996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144996

Black with #144996

Text Example


Text Example

White with #144996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144996; }

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

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

background-color css

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

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

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

border-color css

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

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

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