#144589

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

Shades of Dark Cerulean #144589

Tints of Dark Cerulean #144589

Color information

#144589 (or 0x144589) is unknown color: approx Dark Cerulean. HEX triplet: 14, 45 and 89. RGB value is (20,69,137). Sum of RGB (Red+Green+Blue) = 20+69+137=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #144589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144589 is #EBBA76. Grayscale: #3D3D3D. Windows color (decimal): -15448695 or 8996116. OLE color: 8996116.

HSL color Cylindrical-coordinate representation of color #144589: hue angle of 214.87º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144589 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2069137-
CMYK0.850.5000.46
HSL214.87º74.52%30.78%-
HSV(B)214.87º85.4%53.73%-
XYZ6.936.2124.5-
YUV62.1170.2797.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.85%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 137 (53.91% from 255) = 60.62%
R=8.85%
G=30.53%
B=60.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20691370.850.5000.46214.8774.5230.78
Hex144589553202Ed74b1f
Octal241052111256205632711337
Binary101001000101100010011010101110010010111011010111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144589; }

 p { color: rgb(20,69,137); }

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

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

 a { background-color: rgb(20,69,137); }

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

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

 span { border-color: rgb(20,69,137); }

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