Html Css Color HEX #017B98 Eastern Blue

📋 copy color: '#017B98'

red 1 ◦ green 123 ◦ blue 152

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

Shades of Eastern Blue #017B98

Tints of Eastern Blue #017B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.57%

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

R = 0.36%
G = 44.57%
B = 55.07%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#017B98 (or 0x017B98) is known color: Eastern Blue. HEX triplet: 01, 7B and 98. RGB value is (1,123,152). Sum of RGB (Red+Green+Blue) = 1+123+152=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #017B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B98 is #FE8467. Grayscale: #595959. Windows color (decimal): -16680040 or 9992961. OLE color: 9992961.

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

Color convert

RGB 1 123 152 -
CMYK 0.99 0.19 0 0.40
HSL 191.52º 0.99% 0.3% -
HSV(B) 191.52º 0.99% 0.6% -
XYZ 12.76 16.44 32.21 -
YUV 89.83 163.08 64.64 -
System Red Green Blue C M Y K H S L
Decimal 1 123 152 0.99 0.19 0 0.40 191.52 0.99 0.3
Hex 1 7B 98 63 13 0 28 C0 63 1E
Octal 1 173 230 143 23 0 50 300 143 36
Binary 1 1111011 10011000 1100011 10011 0 101000 11000000 1100011 11110

Color Harmonies of #017B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B98

Black with #017B98

Text Example


Text Example

White with #017B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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