Html Css Color HEX #017F96 Eastern Blue

📋 copy color: '#017F96'

red 1 ◦ green 127 ◦ blue 150

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

Shades of Eastern Blue #017F96

Tints of Eastern Blue #017F96

RGB

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

 GREEN value IS 127 (50% from 255) = 45.68%

 BLUE value IS 150 (58.98% from 255) = 53.96%

R = 0.36%
G = 45.68%
B = 53.96%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017F96 (or 0x017F96) is known color: Eastern Blue. HEX triplet: 01, 7F and 96. RGB value is (1,127,150). Sum of RGB (Red+Green+Blue) = 1+127+150=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #017F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F96 is #FE8069. Grayscale: #5B5B5B. Windows color (decimal): -16679018 or 9862913. OLE color: 9862913.

HSL color Cylindrical-coordinate representation of color #017F96: hue angle of 189.26º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F96 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 127 150 -
CMYK 0.99 0.15 0 0.41
HSL 189.26º 0.99% 0.3% -
HSV(B) 189.26º 0.99% 0.59% -
XYZ 13.11 17.39 31.52 -
YUV 91.95 160.76 63.13 -
System Red Green Blue C M Y K H S L
Decimal 1 127 150 0.99 0.15 0 0.41 189.26 0.99 0.3
Hex 1 7F 96 63 F 0 29 BD 63 1E
Octal 1 177 226 143 17 0 51 275 143 36
Binary 1 1111111 10010110 1100011 1111 0 101001 10111101 1100011 11110

Color Harmonies of #017F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F96

Black with #017F96

Text Example


Text Example

White with #017F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,127,150); }

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

background-color css

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

 a { background-color: rgb(1,127,150); }

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

border-color css

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

 span { border-color: rgb(1,127,150); }

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