Html Css Color HEX #007F92 Eastern Blue

📋 copy color: '#007F92'

red 0 ◦ green 127 ◦ blue 146

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

Shades of Eastern Blue #007F92

Tints of Eastern Blue #007F92

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 46.52%
B = 53.48%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#007F92 (or 0x007F92) is known color: Eastern Blue. HEX triplet: 00, 7F and 92. RGB value is (0,127,146). Sum of RGB (Red+Green+Blue) = 0+127+146=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #007F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F92 is #FF806D. Grayscale: #5A5A5A. Windows color (decimal): -16744558 or 9600768. OLE color: 9600768.

HSL color Cylindrical-coordinate representation of color #007F92: hue angle of 187.81º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F92 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 127 146 -
CMYK 1 0.13 0 0.43
HSL 187.81º 1% 0.29% -
HSV(B) 187.81º 1% 0.57% -
XYZ 12.78 17.25 29.85 -
YUV 91.19 158.92 62.96 -
System Red Green Blue C M Y K H S L
Decimal 0 127 146 1 0.13 0 0.43 187.81 1 0.29
Hex 0 7F 92 64 D 0 2B BC 64 1D
Octal 0 177 222 144 15 0 53 274 144 35
Binary 0 1111111 10010010 1100100 1101 0 101011 10111100 1100100 11101

Color Harmonies of #007F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007F92

Black with #007F92

Text Example


Text Example

White with #007F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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