Html Css Color HEX #017794 Eastern Blue

📋 copy color: '#017794'

red 1 ◦ green 119 ◦ blue 148

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

Shades of Eastern Blue #017794

Tints of Eastern Blue #017794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.22%

R = 0.37%
G = 44.4%
B = 55.22%

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

#017794 (or 0x017794) is known color: Eastern Blue. HEX triplet: 01, 77 and 94. RGB value is (1,119,148). Sum of RGB (Red+Green+Blue) = 1+119+148=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #017794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017794 is #FE886B. Grayscale: #565656. Windows color (decimal): -16681068 or 9729793. OLE color: 9729793.

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

Color convert

RGB 1 119 148 -
CMYK 0.99 0.20 0 0.42
HSL 191.84º 0.99% 0.29% -
HSV(B) 191.84º 0.99% 0.58% -
XYZ 11.95 15.34 30.35 -
YUV 87.02 162.41 66.64 -
System Red Green Blue C M Y K H S L
Decimal 1 119 148 0.99 0.20 0 0.42 191.84 0.99 0.29
Hex 1 77 94 63 14 0 2A C0 63 1D
Octal 1 167 224 143 24 0 52 300 143 35
Binary 1 1110111 10010100 1100011 10100 0 101010 11000000 1100011 11101

Color Harmonies of #017794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017794

Black with #017794

Text Example


Text Example

White with #017794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017794; }

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

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

background-color css

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

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

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

border-color css

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

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

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