Html Css Color HEX #017490 Eastern Blue

📋 copy color: '#017490'

red 1 ◦ green 116 ◦ blue 144

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

Shades of Eastern Blue #017490

Tints of Eastern Blue #017490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.44%

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

R = 0.38%
G = 44.44%
B = 55.17%

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

#017490 (or 0x017490) is known color: Eastern Blue. HEX triplet: 01, 74 and 90. RGB value is (1,116,144). Sum of RGB (Red+Green+Blue) = 1+116+144=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #017490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017490 is #FE8B6F. Grayscale: #545454. Windows color (decimal): -16681840 or 9466881. OLE color: 9466881.

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

Color convert

RGB 1 116 144 -
CMYK 0.99 0.19 0 0.44
HSL 191.75º 0.99% 0.28% -
HSV(B) 191.75º 0.99% 0.56% -
XYZ 11.29 14.51 28.59 -
YUV 84.81 161.4 68.22 -
System Red Green Blue C M Y K H S L
Decimal 1 116 144 0.99 0.19 0 0.44 191.75 0.99 0.28
Hex 1 74 90 63 13 0 2C C0 63 1C
Octal 1 164 220 143 23 0 54 300 143 34
Binary 1 1110100 10010000 1100011 10011 0 101100 11000000 1100011 11100

Color Harmonies of #017490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017490

Black with #017490

Text Example


Text Example

White with #017490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017490; }

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

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

background-color css

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

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

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

border-color css

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

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

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