Html Css Color HEX #017895 Eastern Blue

📋 copy color: '#017895'

red 1 ◦ green 120 ◦ blue 149

#017895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #017895

Tints of Eastern Blue #017895

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 120 (47.27% from 255) = 44.44%

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 0.37%
G = 44.44%
B = 55.19%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017895 (or 0x017895) is known color: Eastern Blue. HEX triplet: 01, 78 and 95. RGB value is (1,120,149). Sum of RGB (Red+Green+Blue) = 1+120+149=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #017895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017895 is #FE876A. Grayscale: #575757. Windows color (decimal): -16680811 or 9795585. OLE color: 9795585.

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

Color convert

RGB 1 120 149 -
CMYK 0.99 0.19 0 0.42
HSL 191.76º 0.99% 0.29% -
HSV(B) 191.76º 0.99% 0.58% -
XYZ 12.15 15.61 30.81 -
YUV 87.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 1 120 149 0.99 0.19 0 0.42 191.76 0.99 0.29
Hex 1 78 95 63 13 0 2A C0 63 1D
Octal 1 170 225 143 23 0 52 300 143 35
Binary 1 1111000 10010101 1100011 10011 0 101010 11000000 1100011 11101

Color Harmonies of #017895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017895

Black with #017895

Text Example


Text Example

White with #017895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017895; }

 p { color: rgb(1,120,149); }

 H1.HeaderClassName
 {
   color: #017895;
 }
 .AnyTagClassName
 {
   color: #017895;
 }
</style>

background-color css

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

 a { background-color: rgb(1,120,149); }

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

border-color css

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

 span { border-color: rgb(1,120,149); }

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