Html Css Color HEX #017991 Eastern Blue

📋 copy color: '#017991'

red 1 ◦ green 121 ◦ blue 145

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

Shades of Eastern Blue #017991

Tints of Eastern Blue #017991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.32%

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 0.37%
G = 45.32%
B = 54.31%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#017991 (or 0x017991) is known color: Eastern Blue. HEX triplet: 01, 79 and 91. RGB value is (1,121,145). Sum of RGB (Red+Green+Blue) = 1+121+145=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #017991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017991 is #FE866E. Grayscale: #575757. Windows color (decimal): -16680559 or 9533697. OLE color: 9533697.

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

Color convert

RGB 1 121 145 -
CMYK 0.99 0.17 0 0.43
HSL 190º 0.99% 0.29% -
HSV(B) 190º 0.99% 0.57% -
XYZ 11.96 15.73 29.19 -
YUV 87.86 160.24 66.05 -
System Red Green Blue C M Y K H S L
Decimal 1 121 145 0.99 0.17 0 0.43 190 0.99 0.29
Hex 1 79 91 63 11 0 2B BE 63 1D
Octal 1 171 221 143 21 0 53 276 143 35
Binary 1 1111001 10010001 1100011 10001 0 101011 10111110 1100011 11101

Color Harmonies of #017991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017991

Black with #017991

Text Example


Text Example

White with #017991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017991; }

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

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

background-color css

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

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

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

border-color css

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

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

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