#144779

Color #144779 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #144779

Tints of Dark Cerulean #144779

Color information

#144779 (or 0x144779) is unknown color: approx 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

RGB2071121-
CMYK0.830.4100.53
HSL209.7º71.63%27.65%-
HSV(B)209.7º83.47%47.45%-
XYZ5.996.0418.94-
YUV61.45161.698.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20711210.830.4100.53209.771.6327.65
Hex1447795329035d2481c
Octal241071711235106532211034
Binary10100100011111110011010011101001011010111010010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>