Html Css Color HEX #007992 Eastern Blue

📋 copy color: '#007992'

red 0 ◦ green 121 ◦ blue 146

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

Shades of Eastern Blue #007992

Tints of Eastern Blue #007992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.32%

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

R = 0%
G = 45.32%
B = 54.68%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#007992 (or 0x007992) is known color: Eastern Blue. HEX triplet: 00, 79 and 92. RGB value is (0,121,146). Sum of RGB (Red+Green+Blue) = 0+121+146=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #007992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007992 is #FF866D. Grayscale: #575757. Windows color (decimal): -16746094 or 9599232. OLE color: 9599232.

HSL color Cylindrical-coordinate representation of color #007992: hue angle of 190.27º 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 #007992 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 121 146 -
CMYK 1 0.17 0 0.43
HSL 190.27º 1% 0.29% -
HSV(B) 190.27º 1% 0.57% -
XYZ 12.03 15.75 29.6 -
YUV 87.67 160.91 65.47 -
System Red Green Blue C M Y K H S L
Decimal 0 121 146 1 0.17 0 0.43 190.27 1 0.29
Hex 0 79 92 64 11 0 2B BE 64 1D
Octal 0 171 222 144 21 0 53 276 144 35
Binary 0 1111001 10010010 1100100 10001 0 101011 10111110 1100100 11101

Color Harmonies of #007992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007992

Black with #007992

Text Example


Text Example

White with #007992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007992; }

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

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

background-color css

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

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

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

border-color css

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

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

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