#144794

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

Shades of Dark Cerulean #144794

Tints of Dark Cerulean #144794

Color information

#144794 (or 0x144794) is unknown color: approx Dark Cerulean. HEX triplet: 14, 47 and 94. RGB value is (20,71,148). Sum of RGB (Red+Green+Blue) = 20+71+148=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #144794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144794 is #EBB86B. Grayscale: #404040. Windows color (decimal): -15448172 or 9717524. OLE color: 9717524.

HSL color Cylindrical-coordinate representation of color #144794: hue angle of 216.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144794 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2071148-
CMYK0.860.5200.42
HSL216.09º76.19%32.94%-
HSV(B)216.09º86.49%58.04%-
XYZ7.896.7928.91-
YUV64.53175.196.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=8.37%
G=29.71%
B=61.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20711480.860.5200.42216.0976.1932.94
Hex144794563402Ad84c21
Octal241072241266405233011441
Binary1010010001111001010010101101101000101010110110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144794; }

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

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

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

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

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

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

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

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