#014688

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

Shades of Dark Cerulean #014688

Tints of Dark Cerulean #014688

Color information

#014688 (or 0x014688) is unknown color: approx Dark Cerulean. HEX triplet: 01, 46 and 88. RGB value is (1,70,136). Sum of RGB (Red+Green+Blue) = 1+70+136=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #014688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014688 is #FEB977. Grayscale: #383838. Windows color (decimal): -16693624 or 8930817. OLE color: 8930817.

HSL color Cylindrical-coordinate representation of color #014688: hue angle of 209.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014688 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB170136-
CMYK0.990.4900.47
HSL209.33º98.54%26.86%-
HSV(B)209.33º99.26%53.33%-
XYZ6.656.1624.13-
YUV56.89172.6488.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 136 (53.52% from 255) = 65.70%
R=0.48%
G=33.82%
B=65.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1701360.990.4900.47209.3398.5426.86
Hex14688633102Fd1631b
Octal11062101436105732114333
Binary11000110100010001100011110001010111111010001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014688; }

 p { color: rgb(1,70,136); }

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

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

 a { background-color: rgb(1,70,136); }

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

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

 span { border-color: rgb(1,70,136); }

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