Html Css Color HEX #017693 Eastern Blue

📋 copy color: '#017693'

red 1 ◦ green 118 ◦ blue 147

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

Shades of Eastern Blue #017693

Tints of Eastern Blue #017693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 0.38%
G = 44.36%
B = 55.26%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017693 (or 0x017693) is known color: Eastern Blue. HEX triplet: 01, 76 and 93. RGB value is (1,118,147). Sum of RGB (Red+Green+Blue) = 1+118+147=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #017693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017693 is #FE896C. Grayscale: #565656. Windows color (decimal): -16681325 or 9664001. OLE color: 9664001.

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

Color convert

RGB 1 118 147 -
CMYK 0.99 0.20 0 0.42
HSL 191.92º 0.99% 0.29% -
HSV(B) 191.92º 0.99% 0.58% -
XYZ 11.76 15.07 29.89 -
YUV 86.32 162.24 67.14 -
System Red Green Blue C M Y K H S L
Decimal 1 118 147 0.99 0.20 0 0.42 191.92 0.99 0.29
Hex 1 76 93 63 14 0 2A C0 63 1D
Octal 1 166 223 143 24 0 52 300 143 35
Binary 1 1110110 10010011 1100011 10100 0 101010 11000000 1100011 11101

Color Harmonies of #017693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017693

Black with #017693

Text Example


Text Example

White with #017693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017693; }

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

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

background-color css

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

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

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

border-color css

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

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

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