#144188

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

Shades of Dark Cerulean #144188

Tints of Dark Cerulean #144188

Color information

#144188 (or 0x144188) is unknown color: approx Dark Cerulean. HEX triplet: 14, 41 and 88. RGB value is (20,65,136). Sum of RGB (Red+Green+Blue) = 20+65+136=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #144188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144188 is #EBBE77. Grayscale: #3B3B3B. Windows color (decimal): -15449720 or 8929556. OLE color: 8929556.

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

Color convert

RGB2065136-
CMYK0.850.5200.47
HSL216.72º74.36%30.59%-
HSV(B)216.72º85.29%53.33%-
XYZ6.625.7124.05-
YUV59.64171.0999.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 136 (53.52% from 255) = 61.54%
R=9.05%
G=29.41%
B=61.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20651360.850.5200.47216.7274.3630.59
Hex144188553402Fd94a1f
Octal241012101256405733111237
Binary101001000001100010001010101110100010111111011001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144188; }

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

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

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

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

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

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

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

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