Html Css Color HEX #017996 Eastern Blue

📋 copy color: '#017996'

red 1 ◦ green 121 ◦ blue 150

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

Shades of Eastern Blue #017996

Tints of Eastern Blue #017996

RGB

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

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

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

R = 0.37%
G = 44.49%
B = 55.15%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017996 (or 0x017996) is known color: Eastern Blue. HEX triplet: 01, 79 and 96. RGB value is (1,121,150). Sum of RGB (Red+Green+Blue) = 1+121+150=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #017996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017996 is #FE8669. Grayscale: #585858. Windows color (decimal): -16680554 or 9861377. OLE color: 9861377.

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

Color convert

RGB 1 121 150 -
CMYK 0.99 0.19 0 0.41
HSL 191.68º 0.99% 0.3% -
HSV(B) 191.68º 0.99% 0.59% -
XYZ 12.35 15.88 31.27 -
YUV 88.43 162.74 65.64 -
System Red Green Blue C M Y K H S L
Decimal 1 121 150 0.99 0.19 0 0.41 191.68 0.99 0.3
Hex 1 79 96 63 13 0 29 C0 63 1E
Octal 1 171 226 143 23 0 51 300 143 36
Binary 1 1111001 10010110 1100011 10011 0 101001 11000000 1100011 11110

Color Harmonies of #017996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017996

Black with #017996

Text Example


Text Example

White with #017996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017996; }

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

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

background-color css

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

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

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

border-color css

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

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

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