Html Css Color HEX #144880 Dark Cerulean

📋 copy color: '#144880'

red 20 ◦ green 72 ◦ blue 128

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

Shades of Dark Cerulean #144880

Tints of Dark Cerulean #144880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

 BLUE value IS 128 (50.39% from 255) = 58.18%

R = 9.09%
G = 32.73%
B = 58.18%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#144880 (or 0x144880) is known color: Dark Cerulean. HEX triplet: 14, 48 and 80. RGB value is (20,72,128). Sum of RGB (Red+Green+Blue) = 20+72+128=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #144880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144880 is #EBB77F. Grayscale: #3E3E3E. Windows color (decimal): -15447936 or 8407060. OLE color: 8407060.

HSL color Cylindrical-coordinate representation of color #144880: hue angle of 211.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144880 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 72 128 -
CMYK 0.84 0.44 0 0.50
HSL 211.11º 0.73% 0.29% -
HSV(B) 211.11º 0.84% 0.5% -
XYZ 6.5 6.34 21.3 -
YUV 62.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 20 72 128 0.84 0.44 0 0.50 211.11 0.73 0.29
Hex 14 48 80 54 2C 0 32 D3 49 1D
Octal 24 110 200 124 54 0 62 323 111 35
Binary 10100 1001000 10000000 1010100 101100 0 110010 11010011 1001001 11101

Color Harmonies of #144880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144880

Black with #144880

Text Example


Text Example

White with #144880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144880; }

 p { color: rgb(20,72,128); }

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

background-color css

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

 a { background-color: rgb(20,72,128); }

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

border-color css

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

 span { border-color: rgb(20,72,128); }

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