Html Css Color HEX #144879 Dark Cerulean

📋 copy color: '#144879'

red 20 ◦ green 72 ◦ blue 121

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

Shades of Dark Cerulean #144879

Tints of Dark Cerulean #144879

RGB

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

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

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

R = 9.39%
G = 33.8%
B = 56.81%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144879 (or 0x144879) is known color: Dark Cerulean. HEX triplet: 14, 48 and 79. RGB value is (20,72,121). Sum of RGB (Red+Green+Blue) = 20+72+121=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #144879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144879 is #EBB786. Grayscale: #3D3D3D. Windows color (decimal): -15447943 or 7948308. OLE color: 7948308.

HSL color Cylindrical-coordinate representation of color #144879: hue angle of 209.11º 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 #144879 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 72 121 -
CMYK 0.83 0.40 0 0.53
HSL 209.11º 0.72% 0.28% -
HSV(B) 209.11º 0.83% 0.47% -
XYZ 6.06 6.16 18.96 -
YUV 62.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 20 72 121 0.83 0.40 0 0.53 209.11 0.72 0.28
Hex 14 48 79 53 28 0 35 D1 48 1C
Octal 24 110 171 123 50 0 65 321 110 34
Binary 10100 1001000 1111001 1010011 101000 0 110101 11010001 1001000 11100

Color Harmonies of #144879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144879

Black with #144879

Text Example


Text Example

White with #144879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144879; }

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

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

background-color css

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

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

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

border-color css

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

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

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