Html Css Color HEX #144689 Dark Cerulean

📋 copy color: '#144689'

red 20 ◦ green 70 ◦ blue 137

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

Shades of Dark Cerulean #144689

Tints of Dark Cerulean #144689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 8.81%
G = 30.84%
B = 60.35%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#144689 (or 0x144689) is known color: Dark Cerulean. HEX triplet: 14, 46 and 89. RGB value is (20,70,137). Sum of RGB (Red+Green+Blue) = 20+70+137=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #144689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144689 is #EBB976. Grayscale: #3E3E3E. Windows color (decimal): -15448439 or 8996372. OLE color: 8996372.

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

Color convert

RGB 20 70 137 -
CMYK 0.85 0.49 0 0.46
HSL 214.36º 0.75% 0.31% -
HSV(B) 214.36º 0.85% 0.54% -
XYZ 6.99 6.34 24.52 -
YUV 62.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 20 70 137 0.85 0.49 0 0.46 214.36 0.75 0.31
Hex 14 46 89 55 31 0 2E D6 4B 1F
Octal 24 106 211 125 61 0 56 326 113 37
Binary 10100 1000110 10001001 1010101 110001 0 101110 11010110 1001011 11111

Color Harmonies of #144689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144689

Black with #144689

Text Example


Text Example

White with #144689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144689; }

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

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

background-color css

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

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

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

border-color css

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

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

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