#144877

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

Shades of Dark Cerulean #144877

Tints of Dark Cerulean #144877

Color information

#144877 (or 0x144877) is unknown color: approx Dark Cerulean. HEX triplet: 14, 48 and 77. RGB value is (20,72,119). Sum of RGB (Red+Green+Blue) = 20+72+119=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #144877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144877 is #EBB788. Grayscale: #3D3D3D. Windows color (decimal): -15447945 or 7817236. OLE color: 7817236.

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

Color convert

RGB2072119-
CMYK0.830.3900.53
HSL208.48º71.22%27.25%-
HSV(B)208.48º83.19%46.67%-
XYZ5.946.1218.32-
YUV61.81160.2798.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=9.48%
G=34.12%
B=56.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20721190.830.3900.53208.4871.2227.25
Hex1448775327035d0471b
Octal241101671234706532010733
Binary10100100100011101111010011100111011010111010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144877; }

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

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

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

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

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

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

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

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