#017194

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

Shades of Cerulean #017194

Tints of Cerulean #017194

Color information

#017194 (or 0x017194) is unknown color: approx Cerulean. HEX triplet: 01, 71 and 94. RGB value is (1,113,148). Sum of RGB (Red+Green+Blue) = 1+113+148=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #017194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017194 is #FE8E6B. Grayscale: #535353. Windows color (decimal): -16682604 or 9728257. OLE color: 9728257.

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

Color convert

RGB1113148-
CMYK0.990.2400.42
HSL194.29º98.66%29.22%-
HSV(B)194.29º99.32%58.04%-
XYZ11.2613.9530.12-
YUV83.5164.3969.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=0.38%
G=43.13%
B=56.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11131480.990.2400.42194.2998.6629.22
Hex17194631802Ac2631d
Octal11612241433005230214335
Binary1111000110010100110001111000010101011000010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017194; }

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

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

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

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

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

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

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

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