Html Css Color HEX #017590 Eastern Blue

📋 copy color: '#017590'

red 1 ◦ green 117 ◦ blue 144

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

Shades of Eastern Blue #017590

Tints of Eastern Blue #017590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.66%

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

R = 0.38%
G = 44.66%
B = 54.96%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#017590 (or 0x017590) is known color: Eastern Blue. HEX triplet: 01, 75 and 90. RGB value is (1,117,144). Sum of RGB (Red+Green+Blue) = 1+117+144=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #017590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017590 is #FE8A6F. Grayscale: #555555. Windows color (decimal): -16681584 or 9467137. OLE color: 9467137.

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

Color convert

RGB 1 117 144 -
CMYK 0.99 0.19 0 0.44
HSL 191.33º 0.99% 0.28% -
HSV(B) 191.33º 0.99% 0.56% -
XYZ 11.41 14.74 28.63 -
YUV 85.39 161.07 67.8 -
System Red Green Blue C M Y K H S L
Decimal 1 117 144 0.99 0.19 0 0.44 191.33 0.99 0.28
Hex 1 75 90 63 13 0 2C BF 63 1C
Octal 1 165 220 143 23 0 54 277 143 34
Binary 1 1110101 10010000 1100011 10011 0 101100 10111111 1100011 11100

Color Harmonies of #017590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017590

Black with #017590

Text Example


Text Example

White with #017590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017590; }

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

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

background-color css

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

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

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

border-color css

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

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

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