#144A95

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

Shades of Dark Cerulean #144A95

Tints of Dark Cerulean #144A95

Color information

#144A95 (or 0x144A95) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4A and 95. RGB value is (20,74,149). Sum of RGB (Red+Green+Blue) = 20+74+149=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #144A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A95 is #EBB56A. Grayscale: #424242. Windows color (decimal): -15447403 or 9783828. OLE color: 9783828.

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

Color convert

RGB2074149-
CMYK0.870.5000.42
HSL214.88º76.33%33.14%-
HSV(B)214.88º86.58%58.43%-
XYZ8.167.2229.4-
YUV66.4174.6194.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=8.23%
G=30.45%
B=61.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20741490.870.5000.42214.8876.3333.14
Hex144A95573202Ad74c21
Octal241122251276205232711441
Binary1010010010101001010110101111100100101010110101111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144A95; }

 p { color: rgb(20,74,149); }

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

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

 a { background-color: rgb(20,74,149); }

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

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

 span { border-color: rgb(20,74,149); }

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