Html Css Color HEX #017A98 Eastern Blue

📋 copy color: '#017A98'

red 1 ◦ green 122 ◦ blue 152

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

Shades of Eastern Blue #017A98

Tints of Eastern Blue #017A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.36%

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

R = 0.36%
G = 44.36%
B = 55.27%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#017A98 (or 0x017A98) is known color: Eastern Blue. HEX triplet: 01, 7A and 98. RGB value is (1,122,152). Sum of RGB (Red+Green+Blue) = 1+122+152=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #017A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A98 is #FE8567. Grayscale: #585858. Windows color (decimal): -16680296 or 9992705. OLE color: 9992705.

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

Color convert

RGB 1 122 152 -
CMYK 0.99 0.20 0 0.40
HSL 191.92º 0.99% 0.3% -
HSV(B) 191.92º 0.99% 0.6% -
XYZ 12.64 16.19 32.17 -
YUV 89.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 1 122 152 0.99 0.20 0 0.40 191.92 0.99 0.3
Hex 1 7A 98 63 14 0 28 C0 63 1E
Octal 1 172 230 143 24 0 50 300 143 36
Binary 1 1111010 10011000 1100011 10100 0 101000 11000000 1100011 11110

Color Harmonies of #017A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A98

Black with #017A98

Text Example


Text Example

White with #017A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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