Html Css Color HEX #017890 Eastern Blue

📋 copy color: '#017890'

red 1 ◦ green 120 ◦ blue 144

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

Shades of Eastern Blue #017890

Tints of Eastern Blue #017890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 0.38%
G = 45.28%
B = 54.34%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#017890 (or 0x017890) is known color: Eastern Blue. HEX triplet: 01, 78 and 90. RGB value is (1,120,144). Sum of RGB (Red+Green+Blue) = 1+120+144=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #017890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017890 is #FE876F. Grayscale: #565656. Windows color (decimal): -16680816 or 9467905. OLE color: 9467905.

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

Color convert

RGB 1 120 144 -
CMYK 0.99 0.17 0 0.44
HSL 190.07º 0.99% 0.28% -
HSV(B) 190.07º 0.99% 0.56% -
XYZ 11.76 15.45 28.75 -
YUV 87.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 1 120 144 0.99 0.17 0 0.44 190.07 0.99 0.28
Hex 1 78 90 63 11 0 2C BE 63 1C
Octal 1 170 220 143 21 0 54 276 143 34
Binary 1 1111000 10010000 1100011 10001 0 101100 10111110 1100011 11100

Color Harmonies of #017890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017890

Black with #017890

Text Example


Text Example

White with #017890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017890; }

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

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

background-color css

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

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

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

border-color css

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

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

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