#017790

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

Shades of Eastern Blue #017790

Tints of Eastern Blue #017790

Color information

#017790 (or 0x017790) is unknown color: approx Eastern Blue. HEX triplet: 01, 77 and 90. RGB value is (1,119,144). Sum of RGB (Red+Green+Blue) = 1+119+144=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #017790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017790 is #FE886F. Grayscale: #565656. Windows color (decimal): -16681072 or 9467649. OLE color: 9467649.

HSL color Cylindrical-coordinate representation of color #017790: hue angle of 190.49º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017790 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1119144-
CMYK0.990.1700.44
HSL190.49º98.62%28.43%-
HSV(B)190.49º99.31%56.47%-
XYZ11.6415.2128.71-
YUV86.57160.4166.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=0.38%
G=45.08%
B=54.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11191440.990.1700.44190.4998.6228.43
Hex17790631102Cbe631c
Octal11672201432105427614334
Binary1111011110010000110001110001010110010111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017790; }

 p { color: rgb(1,119,144); }

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

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

 a { background-color: rgb(1,119,144); }

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

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

 span { border-color: rgb(1,119,144); }

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