Html Css Color HEX #017F94 Eastern Blue

📋 copy color: '#017F94'

red 1 ◦ green 127 ◦ blue 148

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

Shades of Eastern Blue #017F94

Tints of Eastern Blue #017F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.62%

R = 0.36%
G = 46.01%
B = 53.62%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017F94 (or 0x017F94) is known color: Eastern Blue. HEX triplet: 01, 7F and 94. RGB value is (1,127,148). Sum of RGB (Red+Green+Blue) = 1+127+148=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #017F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F94 is #FE806B. Grayscale: #5B5B5B. Windows color (decimal): -16679020 or 9731841. OLE color: 9731841.

HSL color Cylindrical-coordinate representation of color #017F94: hue angle of 188.57º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F94 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 127 148 -
CMYK 0.99 0.14 0 0.42
HSL 188.57º 0.99% 0.29% -
HSV(B) 188.57º 0.99% 0.58% -
XYZ 12.95 17.32 30.68 -
YUV 91.72 159.76 63.29 -
System Red Green Blue C M Y K H S L
Decimal 1 127 148 0.99 0.14 0 0.42 188.57 0.99 0.29
Hex 1 7F 94 63 E 0 2A BD 63 1D
Octal 1 177 224 143 16 0 52 275 143 35
Binary 1 1111111 10010100 1100011 1110 0 101010 10111101 1100011 11101

Color Harmonies of #017F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F94

Black with #017F94

Text Example


Text Example

White with #017F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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