#144288

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

Shades of Dark Cerulean #144288

Tints of Dark Cerulean #144288

Color information

#144288 (or 0x144288) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 88. RGB value is (20,66,136). Sum of RGB (Red+Green+Blue) = 20+66+136=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #144288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144288 is #EBBD77. Grayscale: #3B3B3B. Windows color (decimal): -15449464 or 8929812. OLE color: 8929812.

HSL color Cylindrical-coordinate representation of color #144288: hue angle of 216.21º 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 #144288 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2066136-
CMYK0.850.5100.47
HSL216.21º74.36%30.59%-
HSV(B)216.21º85.29%53.33%-
XYZ6.685.8224.06-
YUV60.23170.7699.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 136 (53.52% from 255) = 61.26%
R=9.01%
G=29.73%
B=61.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20661360.850.5100.47216.2174.3630.59
Hex144288553302Fd84a1f
Octal241022101256305733011237
Binary101001000010100010001010101110011010111111011000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144288; }

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

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

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

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

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

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

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

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