#014786

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

Shades of Dark Cerulean #014786

Tints of Dark Cerulean #014786

Color information

#014786 (or 0x014786) is unknown color: approx Dark Cerulean. HEX triplet: 01, 47 and 86. RGB value is (1,71,134). Sum of RGB (Red+Green+Blue) = 1+71+134=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #014786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014786 is #FEB879. Grayscale: #383838. Windows color (decimal): -16693370 or 8800001. OLE color: 8800001.

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

Color convert

RGB171134-
CMYK0.990.4700.47
HSL208.42º98.52%26.47%-
HSV(B)208.42º99.25%52.55%-
XYZ6.576.2323.41-
YUV57.25171.3187.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 134 (52.73% from 255) = 65.05%
R=0.49%
G=34.47%
B=65.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1711340.990.4700.47208.4298.5226.47
Hex14786632F02Fd0631a
Octal11072061435705732014332
Binary11000111100001101100011101111010111111010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014786; }

 p { color: rgb(1,71,134); }

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

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

 a { background-color: rgb(1,71,134); }

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

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

 span { border-color: rgb(1,71,134); }

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