#016F94

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

Shades of Cerulean #016F94

Tints of Cerulean #016F94

Color information

#016F94 (or 0x016F94) is unknown color: approx Cerulean. HEX triplet: 01, 6F and 94. RGB value is (1,111,148). Sum of RGB (Red+Green+Blue) = 1+111+148=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #016F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F94 is #FE906B. Grayscale: #525252. Windows color (decimal): -16683116 or 9727745. OLE color: 9727745.

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

Color convert

RGB1111148-
CMYK0.990.2500.42
HSL195.1º98.66%29.22%-
HSV(B)195.1º99.32%58.04%-
XYZ11.0413.5130.04-
YUV82.33165.0669.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 111 (43.75% from 255) = 42.69%
BLUE value IS 148 (58.20% from 255) = 56.92%
R=0.38%
G=42.69%
B=56.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11111480.990.2500.42195.198.6629.22
Hex16F94631902Ac3631d
Octal11572241433105230314335
Binary1110111110010100110001111001010101011000011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,111,148); }

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

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

 a { background-color: rgb(1,111,148); }

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

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

 span { border-color: rgb(1,111,148); }

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