#014886

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

Shades of Dark Cerulean #014886

Tints of Dark Cerulean #014886

Color information

#014886 (or 0x014886) is unknown color: approx Dark Cerulean. HEX triplet: 01, 48 and 86. RGB value is (1,72,134). Sum of RGB (Red+Green+Blue) = 1+72+134=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #014886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014886 is #FEB779. Grayscale: #393939. Windows color (decimal): -16693114 or 8800257. OLE color: 8800257.

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

Color convert

RGB172134-
CMYK0.990.4600.47
HSL207.97º98.52%26.47%-
HSV(B)207.97º99.25%52.55%-
XYZ6.636.3623.43-
YUV57.84170.9887.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 134 (52.73% from 255) = 64.73%
R=0.48%
G=34.78%
B=64.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1721340.990.4600.47207.9798.5226.47
Hex14886632E02Fd0631a
Octal11102061435605732014332
Binary11001000100001101100011101110010111111010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014886; }

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

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

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

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

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

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

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

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