#017993

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

Shades of Eastern Blue #017993

Tints of Eastern Blue #017993

Color information

#017993 (or 0x017993) is unknown color: approx Eastern Blue. HEX triplet: 01, 79 and 93. RGB value is (1,121,147). Sum of RGB (Red+Green+Blue) = 1+121+147=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #017993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017993 is #FE866C. Grayscale: #575757. Windows color (decimal): -16680557 or 9664769. OLE color: 9664769.

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

Color convert

RGB1121147-
CMYK0.990.1800.42
HSL190.68º98.65%29.02%-
HSV(B)190.68º99.32%57.65%-
XYZ12.1215.7930.01-
YUV88.08161.2465.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 121 (47.66% from 255) = 44.98%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=0.37%
G=44.98%
B=54.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11211470.990.1800.42190.6898.6529.02
Hex17993631202Abf631d
Octal11712231432205227714335
Binary1111100110010011110001110010010101010111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017993; }

 p { color: rgb(1,121,147); }

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

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

 a { background-color: rgb(1,121,147); }

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

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

 span { border-color: rgb(1,121,147); }

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