Html Css Color HEX #144579 Dark Cerulean

📋 copy color: '#144579'

red 20 ◦ green 69 ◦ blue 121

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

Shades of Dark Cerulean #144579

Tints of Dark Cerulean #144579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 9.52%
G = 32.86%
B = 57.62%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144579 (or 0x144579) is known color: Dark Cerulean. HEX triplet: 14, 45 and 79. RGB value is (20,69,121). Sum of RGB (Red+Green+Blue) = 20+69+121=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #144579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144579 is #EBBA86. Grayscale: #3C3C3C. Windows color (decimal): -15448711 or 7947540. OLE color: 7947540.

HSL color Cylindrical-coordinate representation of color #144579: hue angle of 210.89º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144579 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 69 121 -
CMYK 0.83 0.43 0 0.53
HSL 210.89º 0.72% 0.28% -
HSV(B) 210.89º 0.83% 0.47% -
XYZ 5.87 5.79 18.9 -
YUV 60.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 20 69 121 0.83 0.43 0 0.53 210.89 0.72 0.28
Hex 14 45 79 53 2B 0 35 D3 48 1C
Octal 24 105 171 123 53 0 65 323 110 34
Binary 10100 1000101 1111001 1010011 101011 0 110101 11010011 1001000 11100

Color Harmonies of #144579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144579

Black with #144579

Text Example


Text Example

White with #144579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144579; }

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

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

background-color css

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

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

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

border-color css

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

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

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