#144A93

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

Shades of Dark Cerulean #144A93

Tints of Dark Cerulean #144A93

Color information

#144A93 (or 0x144A93) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4A and 93. RGB value is (20,74,147). Sum of RGB (Red+Green+Blue) = 20+74+147=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #144A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A93 is #EBB56C. Grayscale: #414141. Windows color (decimal): -15447405 or 9652756. OLE color: 9652756.

HSL color Cylindrical-coordinate representation of color #144A93: hue angle of 214.49º 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 #144A93 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2074147-
CMYK0.860.5000.42
HSL214.49º76.05%32.75%-
HSV(B)214.49º86.39%57.65%-
XYZ87.1528.56-
YUV66.18173.6195.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 147 (57.81% from 255) = 61.00%
R=8.30%
G=30.71%
B=61.00%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20741470.860.5000.42214.4976.0532.75
Hex144A93563202Ad64c21
Octal241122231266205232611441
Binary1010010010101001001110101101100100101010110101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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