Html Css Color HEX #017690 Eastern Blue

📋 copy color: '#017690'

red 1 ◦ green 118 ◦ blue 144

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

Shades of Eastern Blue #017690

Tints of Eastern Blue #017690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

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

R = 0.38%
G = 44.87%
B = 54.75%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#017690 (or 0x017690) is known color: Eastern Blue. HEX triplet: 01, 76 and 90. RGB value is (1,118,144). Sum of RGB (Red+Green+Blue) = 1+118+144=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #017690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017690 is #FE896F. Grayscale: #555555. Windows color (decimal): -16681328 or 9467393. OLE color: 9467393.

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

Color convert

RGB 1 118 144 -
CMYK 0.99 0.18 0 0.44
HSL 190.91º 0.99% 0.28% -
HSV(B) 190.91º 0.99% 0.56% -
XYZ 11.52 14.98 28.67 -
YUV 85.98 160.74 67.39 -
System Red Green Blue C M Y K H S L
Decimal 1 118 144 0.99 0.18 0 0.44 190.91 0.99 0.28
Hex 1 76 90 63 12 0 2C BF 63 1C
Octal 1 166 220 143 22 0 54 277 143 34
Binary 1 1110110 10010000 1100011 10010 0 101100 10111111 1100011 11100

Color Harmonies of #017690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017690

Black with #017690

Text Example


Text Example

White with #017690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017690; }

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

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

background-color css

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

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

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

border-color css

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

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

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