#144886

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

Shades of Dark Cerulean #144886

Tints of Dark Cerulean #144886

Color information

#144886 (or 0x144886) is unknown color: approx Dark Cerulean. HEX triplet: 14, 48 and 86. RGB value is (20,72,134). Sum of RGB (Red+Green+Blue) = 20+72+134=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #144886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144886 is #EBB779. Grayscale: #3F3F3F. Windows color (decimal): -15447930 or 8800276. OLE color: 8800276.

HSL color Cylindrical-coordinate representation of color #144886: hue angle of 212.63º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144886 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2072134-
CMYK0.850.4600.47
HSL212.63º74.03%30.2%-
HSV(B)212.63º85.07%52.55%-
XYZ6.916.523.45-
YUV63.52167.7796.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.85%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 134 (52.73% from 255) = 59.29%
R=8.85%
G=31.86%
B=59.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20721340.850.4600.47212.6374.0330.2
Hex144886552E02Fd54a1e
Octal241102061255605732511236
Binary101001001000100001101010101101110010111111010101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144886; }

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

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

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

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

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

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

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

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