Html Css Color HEX #144580 Dark Cerulean

📋 copy color: '#144580'

red 20 ◦ green 69 ◦ blue 128

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

Shades of Dark Cerulean #144580

Tints of Dark Cerulean #144580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 9.22%
G = 31.8%
B = 58.99%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#144580 (or 0x144580) is known color: Dark Cerulean. HEX triplet: 14, 45 and 80. RGB value is (20,69,128). Sum of RGB (Red+Green+Blue) = 20+69+128=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #144580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144580 is #EBBA7F. Grayscale: #3C3C3C. Windows color (decimal): -15448704 or 8406292. OLE color: 8406292.

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

Color convert

RGB 20 69 128 -
CMYK 0.84 0.46 0 0.50
HSL 212.78º 0.73% 0.29% -
HSV(B) 212.78º 0.84% 0.5% -
XYZ 6.31 5.96 21.24 -
YUV 61.08 165.77 98.7 -
System Red Green Blue C M Y K H S L
Decimal 20 69 128 0.84 0.46 0 0.50 212.78 0.73 0.29
Hex 14 45 80 54 2E 0 32 D5 49 1D
Octal 24 105 200 124 56 0 62 325 111 35
Binary 10100 1000101 10000000 1010100 101110 0 110010 11010101 1001001 11101

Color Harmonies of #144580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144580

Black with #144580

Text Example


Text Example

White with #144580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144580; }

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

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

background-color css

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

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

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

border-color css

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

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

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