#016395

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

Shades of Cerulean #016395

Tints of Cerulean #016395

Color information

#016395 (or 0x016395) is unknown color: approx Cerulean. HEX triplet: 01, 63 and 95. RGB value is (1,99,149). Sum of RGB (Red+Green+Blue) = 1+99+149=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #016395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016395 is #FE9C6A. Grayscale: #4B4B4B. Windows color (decimal): -16686187 or 9790209. OLE color: 9790209.

HSL color Cylindrical-coordinate representation of color #016395: hue angle of 200.27º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016395 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB199149-
CMYK0.990.3400.42
HSL200.27º98.67%29.41%-
HSV(B)200.27º99.33%58.43%-
XYZ9.911.130.05-
YUV75.4169.5374.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 149 (58.59% from 255) = 59.84%
R=0.40%
G=39.76%
B=59.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1991490.990.3400.42200.2798.6729.41
Hex16395632202Ac8631d
Octal11432251434205231014335
Binary11100011100101011100011100010010101011001000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016395; }

 p { color: rgb(1,99,149); }

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

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

 a { background-color: rgb(1,99,149); }

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

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

 span { border-color: rgb(1,99,149); }

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