#144088

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

Shades of Dark Cerulean #144088

Tints of Dark Cerulean #144088

Color information

#144088 (or 0x144088) is unknown color: approx Dark Cerulean. HEX triplet: 14, 40 and 88. RGB value is (20,64,136). Sum of RGB (Red+Green+Blue) = 20+64+136=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #144088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144088 is #EBBF77. Grayscale: #3A3A3A. Windows color (decimal): -15449976 or 8929300. OLE color: 8929300.

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

Color convert

RGB2064136-
CMYK0.850.5300.47
HSL217.24º74.36%30.59%-
HSV(B)217.24º85.29%53.33%-
XYZ6.575.5924.03-
YUV59.05171.42100.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 136 (53.52% from 255) = 61.82%
R=9.09%
G=29.09%
B=61.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20641360.850.5300.47217.2474.3630.59
Hex144088553502Fd94a1f
Octal241002101256505733111237
Binary101001000000100010001010101110101010111111011001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144088; }

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

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

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

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

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

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

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

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