Html Css Color HEX #144989 Dark Cerulean

📋 copy color: '#144989'

red 20 ◦ green 73 ◦ blue 137

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

Shades of Dark Cerulean #144989

Tints of Dark Cerulean #144989

RGB

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

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

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

R = 8.7%
G = 31.74%
B = 59.57%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#144989 (or 0x144989) is known color: Dark Cerulean. HEX triplet: 14, 49 and 89. RGB value is (20,73,137). Sum of RGB (Red+Green+Blue) = 20+73+137=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #144989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144989 is #EBB676. Grayscale: #404040. Windows color (decimal): -15447671 or 8997140. OLE color: 8997140.

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

Color convert

RGB 20 73 137 -
CMYK 0.85 0.47 0 0.46
HSL 212.82º 0.75% 0.31% -
HSV(B) 212.82º 0.85% 0.54% -
XYZ 7.19 6.72 24.59 -
YUV 64.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 20 73 137 0.85 0.47 0 0.46 212.82 0.75 0.31
Hex 14 49 89 55 2F 0 2E D5 4B 1F
Octal 24 111 211 125 57 0 56 325 113 37
Binary 10100 1001001 10001001 1010101 101111 0 101110 11010101 1001011 11111

Color Harmonies of #144989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144989

Black with #144989

Text Example


Text Example

White with #144989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144989; }

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

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

background-color css

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

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

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

border-color css

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

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

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