Html Css Color HEX #017A94 Eastern Blue

📋 copy color: '#017A94'

red 1 ◦ green 122 ◦ blue 148

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

Shades of Eastern Blue #017A94

Tints of Eastern Blue #017A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.02%

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

R = 0.37%
G = 45.02%
B = 54.61%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017A94 (or 0x017A94) is known color: Eastern Blue. HEX triplet: 01, 7A and 94. RGB value is (1,122,148). Sum of RGB (Red+Green+Blue) = 1+122+148=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #017A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A94 is #FE856B. Grayscale: #585858. Windows color (decimal): -16680300 or 9730561. OLE color: 9730561.

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

Color convert

RGB 1 122 148 -
CMYK 0.99 0.18 0 0.42
HSL 190.61º 0.99% 0.29% -
HSV(B) 190.61º 0.99% 0.58% -
XYZ 12.32 16.06 30.47 -
YUV 88.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 1 122 148 0.99 0.18 0 0.42 190.61 0.99 0.29
Hex 1 7A 94 63 12 0 2A BF 63 1D
Octal 1 172 224 143 22 0 52 277 143 35
Binary 1 1111010 10010100 1100011 10010 0 101010 10111111 1100011 11101

Color Harmonies of #017A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A94

Black with #017A94

Text Example


Text Example

White with #017A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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