#144A88

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

Shades of Dark Cerulean #144A88

Tints of Dark Cerulean #144A88

Color information

#144A88 (or 0x144A88) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4A and 88. RGB value is (20,74,136). Sum of RGB (Red+Green+Blue) = 20+74+136=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #144A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A88 is #EBB577. Grayscale: #404040. Windows color (decimal): -15447416 or 8931860. OLE color: 8931860.

HSL color Cylindrical-coordinate representation of color #144A88: hue angle of 212.07º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144A88 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2074136-
CMYK0.850.4600.47
HSL212.07º74.36%30.59%-
HSV(B)212.07º85.29%53.33%-
XYZ7.186.8224.23-
YUV64.92168.1195.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 136 (53.52% from 255) = 59.13%
R=8.70%
G=32.17%
B=59.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20741360.850.4600.47212.0774.3630.59
Hex144A88552E02Fd44a1f
Octal241122101255605732411237
Binary101001001010100010001010101101110010111111010100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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