Html Css Color HEX #144789 Dark Cerulean

📋 copy color: '#144789'

red 20 ◦ green 71 ◦ blue 137

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

Shades of Dark Cerulean #144789

Tints of Dark Cerulean #144789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.09%

R = 8.77%
G = 31.14%
B = 60.09%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#144789 (or 0x144789) is known color: Dark Cerulean. HEX triplet: 14, 47 and 89. RGB value is (20,71,137). Sum of RGB (Red+Green+Blue) = 20+71+137=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #144789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144789 is #EBB876. Grayscale: #3E3E3E. Windows color (decimal): -15448183 or 8996628. OLE color: 8996628.

HSL color Cylindrical-coordinate representation of color #144789: hue angle of 213.85º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144789 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 71 137 -
CMYK 0.85 0.48 0 0.46
HSL 213.85º 0.75% 0.31% -
HSV(B) 213.85º 0.85% 0.54% -
XYZ 7.06 6.46 24.54 -
YUV 63.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 20 71 137 0.85 0.48 0 0.46 213.85 0.75 0.31
Hex 14 47 89 55 30 0 2E D6 4B 1F
Octal 24 107 211 125 60 0 56 326 113 37
Binary 10100 1000111 10001001 1010101 110000 0 101110 11010110 1001011 11111

Color Harmonies of #144789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144789

Black with #144789

Text Example


Text Example

White with #144789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144789; }

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

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

background-color css

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

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

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

border-color css

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

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

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