Html Css Color HEX #144779 Dark Cerulean

📋 copy color: '#144779'

red 20 ◦ green 71 ◦ blue 121

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

Shades of Dark Cerulean #144779

Tints of Dark Cerulean #144779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

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

R = 9.43%
G = 33.49%
B = 57.08%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144779 (or 0x144779) is known color: Dark Cerulean. HEX triplet: 14, 47 and 79. RGB value is (20,71,121). Sum of RGB (Red+Green+Blue) = 20+71+121=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #144779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144779 is #EBB886. Grayscale: #3D3D3D. Windows color (decimal): -15448199 or 7948052. OLE color: 7948052.

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

Color convert

RGB 20 71 121 -
CMYK 0.83 0.41 0 0.53
HSL 209.7º 0.72% 0.28% -
HSV(B) 209.7º 0.83% 0.47% -
XYZ 5.99 6.04 18.94 -
YUV 61.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 20 71 121 0.83 0.41 0 0.53 209.7 0.72 0.28
Hex 14 47 79 53 29 0 35 D2 48 1C
Octal 24 107 171 123 51 0 65 322 110 34
Binary 10100 1000111 1111001 1010011 101001 0 110101 11010010 1001000 11100

Color Harmonies of #144779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144779

Black with #144779

Text Example


Text Example

White with #144779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144779; }

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

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

background-color css

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

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

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

border-color css

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

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

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