Html Css Color HEX #144080 Dark Cerulean

📋 copy color: '#144080'

red 20 ◦ green 64 ◦ blue 128

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

Shades of Dark Cerulean #144080

Tints of Dark Cerulean #144080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 9.43%
G = 30.19%
B = 60.38%

CMYK

 C value IS 0.84

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#144080 (or 0x144080) is known color: Dark Cerulean. HEX triplet: 14, 40 and 80. RGB value is (20,64,128). Sum of RGB (Red+Green+Blue) = 20+64+128=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #144080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144080 is #EBBF7F. Grayscale: #393939. Windows color (decimal): -15449984 or 8405012. OLE color: 8405012.

HSL color Cylindrical-coordinate representation of color #144080: hue angle of 215.56º 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 #144080 is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 64 128 -
CMYK 0.84 0.5 0 0.50
HSL 215.56º 0.73% 0.29% -
HSV(B) 215.56º 0.84% 0.5% -
XYZ 6.02 5.37 21.14 -
YUV 58.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 20 64 128 0.84 0.5 0 0.50 215.56 0.73 0.29
Hex 14 40 80 54 32 0 32 D8 49 1D
Octal 24 100 200 124 62 0 62 330 111 35
Binary 10100 1000000 10000000 1010100 110010 0 110010 11011000 1001001 11101

Color Harmonies of #144080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144080

Black with #144080

Text Example


Text Example

White with #144080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144080; }

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

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

background-color css

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

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

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

border-color css

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

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

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