#144775

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

Shades of Dark Cerulean #144775

Tints of Dark Cerulean #144775

Color information

#144775 (or 0x144775) is unknown color: approx Dark Cerulean. HEX triplet: 14, 47 and 75. RGB value is (20,71,117). Sum of RGB (Red+Green+Blue) = 20+71+117=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #144775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144775 is #EBB88A. Grayscale: #3C3C3C. Windows color (decimal): -15448203 or 7685908. OLE color: 7685908.

HSL color Cylindrical-coordinate representation of color #144775: hue angle of 208.45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144775 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2071117-
CMYK0.830.3900.54
HSL208.45º70.8%26.86%-
HSV(B)208.45º82.91%45.88%-
XYZ5.755.9417.67-
YUV61159.698.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=9.62%
G=34.13%
B=56.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20711170.830.3900.54208.4570.826.86
Hex1447755327036d0471b
Octal241071651234706632010733
Binary10100100011111101011010011100111011011011010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144775; }

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

 H1.HeaderClassName
 {
   color: #144775;
 }
 .AnyTagClassName
 {
   color: #144775;
 }
</style>
background-color css

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

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

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

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

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

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