#144672

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

Shades of Dark Cerulean #144672

Tints of Dark Cerulean #144672

Color information

#144672 (or 0x144672) is unknown color: approx Dark Cerulean. HEX triplet: 14, 46 and 72. RGB value is (20,70,114). Sum of RGB (Red+Green+Blue) = 20+70+114=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #144672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144672 is #EBB98D. Grayscale: #3B3B3B. Windows color (decimal): -15448462 or 7489044. OLE color: 7489044.

HSL color Cylindrical-coordinate representation of color #144672: hue angle of 208.09º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144672 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2070114-
CMYK0.820.3900.55
HSL208.09º70.15%26.27%-
HSV(B)208.09º82.46%44.71%-
XYZ5.525.7416.74-
YUV60.07158.4499.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=9.80%
G=34.31%
B=55.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20701140.820.3900.55208.0970.1526.27
Hex1446725227037d0461a
Octal241061621224706732010632
Binary10100100011011100101010010100111011011111010000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144672; }

 p { color: rgb(20,70,114); }

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

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

 a { background-color: rgb(20,70,114); }

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

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

 span { border-color: rgb(20,70,114); }

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