#144871

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

Shades of Dark Cerulean #144871

Tints of Dark Cerulean #144871

Color information

#144871 (or 0x144871) is unknown color: approx Dark Cerulean. HEX triplet: 14, 48 and 71. RGB value is (20,72,113). Sum of RGB (Red+Green+Blue) = 20+72+113=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #144871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144871 is #EBB78E. Grayscale: #3C3C3C. Windows color (decimal): -15447951 or 7424020. OLE color: 7424020.

HSL color Cylindrical-coordinate representation of color #144871: hue angle of 206.45º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144871 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2072113-
CMYK0.820.3600.56
HSL206.45º69.92%26.08%-
HSV(B)206.45º82.3%44.31%-
XYZ5.595.9816.48-
YUV61.13157.2798.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=9.76%
G=35.12%
B=55.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20721130.820.3600.56206.4569.9226.08
Hex1448715224038ce461a
Octal241101611224407031610632
Binary10100100100011100011010010100100011100011001110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144871; }

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

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

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

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

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

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

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

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