Html Css Color HEX #017F98 Eastern Blue

📋 copy color: '#017F98'

red 1 ◦ green 127 ◦ blue 152

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

Shades of Eastern Blue #017F98

Tints of Eastern Blue #017F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.29%

R = 0.36%
G = 45.36%
B = 54.29%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#017F98 (or 0x017F98) is known color: Eastern Blue. HEX triplet: 01, 7F and 98. RGB value is (1,127,152). Sum of RGB (Red+Green+Blue) = 1+127+152=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #017F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F98 is #FE8067. Grayscale: #5B5B5B. Windows color (decimal): -16679016 or 9993985. OLE color: 9993985.

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

Color convert

RGB 1 127 152 -
CMYK 0.99 0.16 0 0.40
HSL 189.93º 0.99% 0.3% -
HSV(B) 189.93º 0.99% 0.6% -
XYZ 13.27 17.45 32.38 -
YUV 92.18 161.76 62.97 -
System Red Green Blue C M Y K H S L
Decimal 1 127 152 0.99 0.16 0 0.40 189.93 0.99 0.3
Hex 1 7F 98 63 10 0 28 BE 63 1E
Octal 1 177 230 143 20 0 50 276 143 36
Binary 1 1111111 10011000 1100011 10000 0 101000 10111110 1100011 11110

Color Harmonies of #017F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F98

Black with #017F98

Text Example


Text Example

White with #017F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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