Html Css Color HEX #144990 Dark Cerulean

📋 copy color: '#144990'

red 20 ◦ green 73 ◦ blue 144

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

Shades of Dark Cerulean #144990

Tints of Dark Cerulean #144990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60.76%

R = 8.44%
G = 30.8%
B = 60.76%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#144990 (or 0x144990) is known color: Dark Cerulean. HEX triplet: 14, 49 and 90. RGB value is (20,73,144). Sum of RGB (Red+Green+Blue) = 20+73+144=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #144990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144990 is #EBB66F. Grayscale: #404040. Windows color (decimal): -15447664 or 9455892. OLE color: 9455892.

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

Color convert

RGB 20 73 144 -
CMYK 0.86 0.49 0 0.44
HSL 214.35º 0.76% 0.32% -
HSV(B) 214.35º 0.86% 0.56% -
XYZ 7.71 6.93 27.32 -
YUV 65.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 20 73 144 0.86 0.49 0 0.44 214.35 0.76 0.32
Hex 14 49 90 56 31 0 2C D6 4C 20
Octal 24 111 220 126 61 0 54 326 114 40
Binary 10100 1001001 10010000 1010110 110001 0 101100 11010110 1001100 100000

Color Harmonies of #144990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144990

Black with #144990

Text Example


Text Example

White with #144990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144990; }

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

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

background-color css

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

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

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

border-color css

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

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

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