Html Css Color HEX #144E89 Dark Cerulean

📋 copy color: '#144E89'

red 20 ◦ green 78 ◦ blue 137

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

Shades of Dark Cerulean #144E89

Tints of Dark Cerulean #144E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.19%

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

R = 8.51%
G = 33.19%
B = 58.3%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#144E89 (or 0x144E89) is known color: Dark Cerulean. HEX triplet: 14, 4E and 89. RGB value is (20,78,137). Sum of RGB (Red+Green+Blue) = 20+78+137=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #144E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E89 is #EBB176. Grayscale: #434343. Windows color (decimal): -15446391 or 8998420. OLE color: 8998420.

HSL color Cylindrical-coordinate representation of color #144E89: hue angle of 210.26º 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 #144E89 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 78 137 -
CMYK 0.85 0.43 0 0.46
HSL 210.26º 0.75% 0.31% -
HSV(B) 210.26º 0.85% 0.54% -
XYZ 7.53 7.4 24.7 -
YUV 67.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 20 78 137 0.85 0.43 0 0.46 210.26 0.75 0.31
Hex 14 4E 89 55 2B 0 2E D2 4B 1F
Octal 24 116 211 125 53 0 56 322 113 37
Binary 10100 1001110 10001001 1010101 101011 0 101110 11010010 1001011 11111

Color Harmonies of #144E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E89

Black with #144E89

Text Example


Text Example

White with #144E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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