Html Css Color HEX #017B91 Eastern Blue

📋 copy color: '#017B91'

red 1 ◦ green 123 ◦ blue 145

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

Shades of Eastern Blue #017B91

Tints of Eastern Blue #017B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.72%

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

R = 0.37%
G = 45.72%
B = 53.9%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#017B91 (or 0x017B91) is known color: Eastern Blue. HEX triplet: 01, 7B and 91. RGB value is (1,123,145). Sum of RGB (Red+Green+Blue) = 1+123+145=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #017B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B91 is #FE846E. Grayscale: #585858. Windows color (decimal): -16680047 or 9534209. OLE color: 9534209.

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

Color convert

RGB 1 123 145 -
CMYK 0.99 0.15 0 0.43
HSL 189.17º 0.99% 0.29% -
HSV(B) 189.17º 0.99% 0.57% -
XYZ 12.21 16.22 29.27 -
YUV 89.03 159.58 65.21 -
System Red Green Blue C M Y K H S L
Decimal 1 123 145 0.99 0.15 0 0.43 189.17 0.99 0.29
Hex 1 7B 91 63 F 0 2B BD 63 1D
Octal 1 173 221 143 17 0 53 275 143 35
Binary 1 1111011 10010001 1100011 1111 0 101011 10111101 1100011 11101

Color Harmonies of #017B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B91

Black with #017B91

Text Example


Text Example

White with #017B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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