Html Css Color HEX #144790 Dark Cerulean

📋 copy color: '#144790'

red 20 ◦ green 71 ◦ blue 144

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

Shades of Dark Cerulean #144790

Tints of Dark Cerulean #144790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

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

R = 8.51%
G = 30.21%
B = 61.28%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#144790 (or 0x144790) is known color: Dark Cerulean. HEX triplet: 14, 47 and 90. RGB value is (20,71,144). Sum of RGB (Red+Green+Blue) = 20+71+144=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #144790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144790 is #EBB86F. Grayscale: #3F3F3F. Windows color (decimal): -15448176 or 9455380. OLE color: 9455380.

HSL color Cylindrical-coordinate representation of color #144790: hue angle of 215.32º 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 #144790 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 71 144 -
CMYK 0.86 0.51 0 0.44
HSL 215.32º 0.76% 0.32% -
HSV(B) 215.32º 0.86% 0.56% -
XYZ 7.58 6.67 27.27 -
YUV 64.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 20 71 144 0.86 0.51 0 0.44 215.32 0.76 0.32
Hex 14 47 90 56 33 0 2C D7 4C 20
Octal 24 107 220 126 63 0 54 327 114 40
Binary 10100 1000111 10010000 1010110 110011 0 101100 11010111 1001100 100000

Color Harmonies of #144790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144790

Black with #144790

Text Example


Text Example

White with #144790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144790; }

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

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

background-color css

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

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

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

border-color css

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

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

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