Html Css Color HEX #017F92 Eastern Blue

📋 copy color: '#017F92'

red 1 ◦ green 127 ◦ blue 146

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

Shades of Eastern Blue #017F92

Tints of Eastern Blue #017F92

RGB

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

 GREEN value IS 127 (50% from 255) = 46.35%

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

R = 0.36%
G = 46.35%
B = 53.28%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#017F92 (or 0x017F92) is known color: Eastern Blue. HEX triplet: 01, 7F and 92. RGB value is (1,127,146). Sum of RGB (Red+Green+Blue) = 1+127+146=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #017F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F92 is #FE806D. Grayscale: #5B5B5B. Windows color (decimal): -16679022 or 9600769. OLE color: 9600769.

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

Color convert

RGB 1 127 146 -
CMYK 0.99 0.13 0 0.43
HSL 187.86º 0.99% 0.29% -
HSV(B) 187.86º 0.99% 0.57% -
XYZ 12.79 17.26 29.85 -
YUV 91.49 158.76 63.46 -
System Red Green Blue C M Y K H S L
Decimal 1 127 146 0.99 0.13 0 0.43 187.86 0.99 0.29
Hex 1 7F 92 63 D 0 2B BC 63 1D
Octal 1 177 222 143 15 0 53 274 143 35
Binary 1 1111111 10010010 1100011 1101 0 101011 10111100 1100011 11101

Color Harmonies of #017F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F92

Black with #017F92

Text Example


Text Example

White with #017F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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