Html Css Color HEX #017691 Eastern Blue

📋 copy color: '#017691'

red 1 ◦ green 118 ◦ blue 145

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

Shades of Eastern Blue #017691

Tints of Eastern Blue #017691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 0.38%
G = 44.7%
B = 54.92%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#017691 (or 0x017691) is known color: Eastern Blue. HEX triplet: 01, 76 and 91. RGB value is (1,118,145). Sum of RGB (Red+Green+Blue) = 1+118+145=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #017691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017691 is #FE896E. Grayscale: #555555. Windows color (decimal): -16681327 or 9532929. OLE color: 9532929.

HSL color Cylindrical-coordinate representation of color #017691: hue angle of 191.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017691 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 118 145 -
CMYK 0.99 0.19 0 0.43
HSL 191.25º 0.99% 0.29% -
HSV(B) 191.25º 0.99% 0.57% -
XYZ 11.6 15.01 29.07 -
YUV 86.1 161.24 67.3 -
System Red Green Blue C M Y K H S L
Decimal 1 118 145 0.99 0.19 0 0.43 191.25 0.99 0.29
Hex 1 76 91 63 13 0 2B BF 63 1D
Octal 1 166 221 143 23 0 53 277 143 35
Binary 1 1110110 10010001 1100011 10011 0 101011 10111111 1100011 11101

Color Harmonies of #017691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017691

Black with #017691

Text Example


Text Example

White with #017691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017691; }

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

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

background-color css

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

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

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

border-color css

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

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

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