Html Css Color HEX #017D90 Eastern Blue

📋 copy color: '#017D90'

red 1 ◦ green 125 ◦ blue 144

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

Shades of Eastern Blue #017D90

Tints of Eastern Blue #017D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.33%

R = 0.37%
G = 46.3%
B = 53.33%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#017D90 (or 0x017D90) is known color: Eastern Blue. HEX triplet: 01, 7D and 90. RGB value is (1,125,144). Sum of RGB (Red+Green+Blue) = 1+125+144=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #017D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D90 is #FE826F. Grayscale: #595959. Windows color (decimal): -16679536 or 9469185. OLE color: 9469185.

HSL color Cylindrical-coordinate representation of color #017D90: hue angle of 187.97º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D90 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 125 144 -
CMYK 0.99 0.13 0 0.44
HSL 187.97º 0.99% 0.28% -
HSV(B) 187.97º 0.99% 0.56% -
XYZ 12.38 16.69 28.95 -
YUV 90.09 158.42 64.46 -
System Red Green Blue C M Y K H S L
Decimal 1 125 144 0.99 0.13 0 0.44 187.97 0.99 0.28
Hex 1 7D 90 63 D 0 2C BC 63 1C
Octal 1 175 220 143 15 0 54 274 143 34
Binary 1 1111101 10010000 1100011 1101 0 101100 10111100 1100011 11100

Color Harmonies of #017D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D90

Black with #017D90

Text Example


Text Example

White with #017D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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