#017692

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

Shades of Eastern Blue #017692

Tints of Eastern Blue #017692

Color information

#017692 (or 0x017692) is unknown color: approx Eastern Blue. HEX triplet: 01, 76 and 92. RGB value is (1,118,146). Sum of RGB (Red+Green+Blue) = 1+118+146=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #017692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017692 is #FE896D. Grayscale: #555555. Windows color (decimal): -16681326 or 9598465. OLE color: 9598465.

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

Color convert

RGB1118146-
CMYK0.990.1900.43
HSL191.59º98.64%28.82%-
HSV(B)191.59º99.32%57.25%-
XYZ11.6815.0429.48-
YUV86.21161.7467.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=0.38%
G=44.53%
B=55.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11181460.990.1900.43191.5998.6428.82
Hex17692631302Bc0631d
Octal11662221432305330014335
Binary1111011010010010110001110011010101111000000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017692; }

 p { color: rgb(1,118,146); }

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

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

 a { background-color: rgb(1,118,146); }

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

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

 span { border-color: rgb(1,118,146); }

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