Html Css Color HEX #017792 Eastern Blue

📋 copy color: '#017792'

red 1 ◦ green 119 ◦ blue 146

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

Shades of Eastern Blue #017792

Tints of Eastern Blue #017792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.74%

 BLUE value IS 146 (57.42% from 255) = 54.89%

R = 0.38%
G = 44.74%
B = 54.89%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#017792 (or 0x017792) is known color: Eastern Blue. HEX triplet: 01, 77 and 92. RGB value is (1,119,146). Sum of RGB (Red+Green+Blue) = 1+119+146=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #017792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017792 is #FE886D. Grayscale: #565656. Windows color (decimal): -16681070 or 9598721. OLE color: 9598721.

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

Color convert

RGB 1 119 146 -
CMYK 0.99 0.18 0 0.43
HSL 191.17º 0.99% 0.29% -
HSV(B) 191.17º 0.99% 0.57% -
XYZ 11.8 15.28 29.52 -
YUV 86.8 161.41 66.8 -
System Red Green Blue C M Y K H S L
Decimal 1 119 146 0.99 0.18 0 0.43 191.17 0.99 0.29
Hex 1 77 92 63 12 0 2B BF 63 1D
Octal 1 167 222 143 22 0 53 277 143 35
Binary 1 1110111 10010010 1100011 10010 0 101011 10111111 1100011 11101

Color Harmonies of #017792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017792

Black with #017792

Text Example


Text Example

White with #017792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017792; }

 p { color: rgb(1,119,146); }

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

background-color css

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

 a { background-color: rgb(1,119,146); }

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

border-color css

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

 span { border-color: rgb(1,119,146); }

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