#144287

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

Shades of Dark Cerulean #144287

Tints of Dark Cerulean #144287

Color information

#144287 (or 0x144287) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 87. RGB value is (20,66,135). Sum of RGB (Red+Green+Blue) = 20+66+135=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #144287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144287 is #EBBD78. Grayscale: #3B3B3B. Windows color (decimal): -15449465 or 8864276. OLE color: 8864276.

HSL color Cylindrical-coordinate representation of color #144287: hue angle of 216º 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 #144287 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2066135-
CMYK0.850.5100.47
HSL216º74.19%30.39%-
HSV(B)216º85.19%52.94%-
XYZ6.615.7923.69-
YUV60.11170.2699.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 135 (53.12% from 255) = 61.09%
R=9.05%
G=29.86%
B=61.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20661350.850.5100.4721674.1930.39
Hex144287553302Fd84a1e
Octal241022071256305733011236
Binary101001000010100001111010101110011010111111011000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144287; }

 p { color: rgb(20,66,135); }

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

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

 a { background-color: rgb(20,66,135); }

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

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

 span { border-color: rgb(20,66,135); }

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