Html Css Color HEX #017C92 Eastern Blue

📋 copy color: '#017C92'

red 1 ◦ green 124 ◦ blue 146

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

Shades of Eastern Blue #017C92

Tints of Eastern Blue #017C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

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

R = 0.37%
G = 45.76%
B = 53.87%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#017C92 (or 0x017C92) is known color: Eastern Blue. HEX triplet: 01, 7C and 92. RGB value is (1,124,146). Sum of RGB (Red+Green+Blue) = 1+124+146=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #017C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C92 is #FE836D. Grayscale: #595959. Windows color (decimal): -16679790 or 9600001. OLE color: 9600001.

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

Color convert

RGB 1 124 146 -
CMYK 0.99 0.15 0 0.43
HSL 189.1º 0.99% 0.29% -
HSV(B) 189.1º 0.99% 0.57% -
XYZ 12.41 16.5 29.72 -
YUV 89.73 159.75 64.71 -
System Red Green Blue C M Y K H S L
Decimal 1 124 146 0.99 0.15 0 0.43 189.1 0.99 0.29
Hex 1 7C 92 63 F 0 2B BD 63 1D
Octal 1 174 222 143 17 0 53 275 143 35
Binary 1 1111100 10010010 1100011 1111 0 101011 10111101 1100011 11101

Color Harmonies of #017C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C92

Black with #017C92

Text Example


Text Example

White with #017C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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