#016A95

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

Shades of Cerulean #016A95

Tints of Cerulean #016A95

Color information

#016A95 (or 0x016A95) is unknown color: approx Cerulean. HEX triplet: 01, 6A and 95. RGB value is (1,106,149). Sum of RGB (Red+Green+Blue) = 1+106+149=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #016A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A95 is #FE956A. Grayscale: #4F4F4F. Windows color (decimal): -16684395 or 9792001. OLE color: 9792001.

HSL color Cylindrical-coordinate representation of color #016A95: hue angle of 197.43º 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 #016A95 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1106149-
CMYK0.990.2900.42
HSL197.43º98.67%29.41%-
HSV(B)197.43º99.33%58.43%-
XYZ10.5912.4830.29-
YUV79.51167.2172-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 149 (58.59% from 255) = 58.20%
R=0.39%
G=41.41%
B=58.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11061490.990.2900.42197.4398.6729.41
Hex16A95631D02Ac5631d
Octal11522251433505230514335
Binary1110101010010101110001111101010101011000101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016A95; }

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

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

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

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

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

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

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

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