Html Css Color HEX #017B94 Eastern Blue

📋 copy color: '#017B94'

red 1 ◦ green 123 ◦ blue 148

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

Shades of Eastern Blue #017B94

Tints of Eastern Blue #017B94

RGB

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

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

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

R = 0.37%
G = 45.22%
B = 54.41%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017B94 (or 0x017B94) is known color: Eastern Blue. HEX triplet: 01, 7B and 94. RGB value is (1,123,148). Sum of RGB (Red+Green+Blue) = 1+123+148=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #017B94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B94 is #FE846B. Grayscale: #595959. Windows color (decimal): -16680044 or 9730817. OLE color: 9730817.

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

Color convert

RGB 1 123 148 -
CMYK 0.99 0.17 0 0.42
HSL 190.2º 0.99% 0.29% -
HSV(B) 190.2º 0.99% 0.58% -
XYZ 12.44 16.31 30.51 -
YUV 89.37 161.08 64.97 -
System Red Green Blue C M Y K H S L
Decimal 1 123 148 0.99 0.17 0 0.42 190.2 0.99 0.29
Hex 1 7B 94 63 11 0 2A BE 63 1D
Octal 1 173 224 143 21 0 52 276 143 35
Binary 1 1111011 10010100 1100011 10001 0 101010 10111110 1100011 11101

Color Harmonies of #017B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B94

Black with #017B94

Text Example


Text Example

White with #017B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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