Html Css Color HEX #017D93 Eastern Blue

📋 copy color: '#017D93'

red 1 ◦ green 125 ◦ blue 147

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

Shades of Eastern Blue #017D93

Tints of Eastern Blue #017D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.79%

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 0.37%
G = 45.79%
B = 53.85%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017D93 (or 0x017D93) is known color: Eastern Blue. HEX triplet: 01, 7D and 93. RGB value is (1,125,147). Sum of RGB (Red+Green+Blue) = 1+125+147=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #017D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D93 is #FE826C. Grayscale: #5A5A5A. Windows color (decimal): -16679533 or 9665793. OLE color: 9665793.

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

Color convert

RGB 1 125 147 -
CMYK 0.99 0.15 0 0.42
HSL 189.04º 0.99% 0.29% -
HSV(B) 189.04º 0.99% 0.58% -
XYZ 12.61 16.78 30.18 -
YUV 90.43 159.92 64.21 -
System Red Green Blue C M Y K H S L
Decimal 1 125 147 0.99 0.15 0 0.42 189.04 0.99 0.29
Hex 1 7D 93 63 F 0 2A BD 63 1D
Octal 1 175 223 143 17 0 52 275 143 35
Binary 1 1111101 10010011 1100011 1111 0 101010 10111101 1100011 11101

Color Harmonies of #017D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D93

Black with #017D93

Text Example


Text Example

White with #017D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,125,147); }

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

background-color css

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

 a { background-color: rgb(1,125,147); }

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

border-color css

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

 span { border-color: rgb(1,125,147); }

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