#017294

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

Shades of Cerulean #017294

Tints of Cerulean #017294

Color information

#017294 (or 0x017294) is unknown color: approx Cerulean. HEX triplet: 01, 72 and 94. RGB value is (1,114,148). Sum of RGB (Red+Green+Blue) = 1+114+148=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #017294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017294 is #FE8D6B. Grayscale: #535353. Windows color (decimal): -16682348 or 9728513. OLE color: 9728513.

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

Color convert

RGB1114148-
CMYK0.990.2300.42
HSL193.88º98.66%29.22%-
HSV(B)193.88º99.32%58.04%-
XYZ11.3814.1830.15-
YUV84.09164.0668.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 148 (58.20% from 255) = 56.27%
R=0.38%
G=43.35%
B=56.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11141480.990.2300.42193.8898.6629.22
Hex17294631702Ac2631d
Octal11622241432705230214335
Binary1111001010010100110001110111010101011000010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017294; }

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

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

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

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

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

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

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

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