Html Css Color HEX #017896 Eastern Blue

📋 copy color: '#017896'

red 1 ◦ green 120 ◦ blue 150

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

Shades of Eastern Blue #017896

Tints of Eastern Blue #017896

RGB

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

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

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

R = 0.37%
G = 44.28%
B = 55.35%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017896 (or 0x017896) is known color: Eastern Blue. HEX triplet: 01, 78 and 96. RGB value is (1,120,150). Sum of RGB (Red+Green+Blue) = 1+120+150=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #017896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017896 is #FE8769. Grayscale: #575757. Windows color (decimal): -16680810 or 9861121. OLE color: 9861121.

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

Color convert

RGB 1 120 150 -
CMYK 0.99 0.20 0 0.41
HSL 192.08º 0.99% 0.3% -
HSV(B) 192.08º 0.99% 0.59% -
XYZ 12.23 15.64 31.23 -
YUV 87.84 163.08 66.06 -
System Red Green Blue C M Y K H S L
Decimal 1 120 150 0.99 0.20 0 0.41 192.08 0.99 0.3
Hex 1 78 96 63 14 0 29 C0 63 1E
Octal 1 170 226 143 24 0 51 300 143 36
Binary 1 1111000 10010110 1100011 10100 0 101001 11000000 1100011 11110

Color Harmonies of #017896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017896

Black with #017896

Text Example


Text Example

White with #017896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017896; }

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

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

background-color css

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

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

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

border-color css

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

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

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