Html Css Color HEX #007892 Eastern Blue

📋 copy color: '#007892'

red 0 ◦ green 120 ◦ blue 146

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

Shades of Eastern Blue #007892

Tints of Eastern Blue #007892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.11%

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

R = 0%
G = 45.11%
B = 54.89%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#007892 (or 0x007892) is known color: Eastern Blue. HEX triplet: 00, 78 and 92. RGB value is (0,120,146). Sum of RGB (Red+Green+Blue) = 0+120+146=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #007892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007892 is #FF876D. Grayscale: #565656. Windows color (decimal): -16746350 or 9598976. OLE color: 9598976.

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

Color convert

RGB 0 120 146 -
CMYK 1 0.18 0 0.43
HSL 190.68º 1% 0.29% -
HSV(B) 190.68º 1% 0.57% -
XYZ 11.9 15.51 29.56 -
YUV 87.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 0 120 146 1 0.18 0 0.43 190.68 1 0.29
Hex 0 78 92 64 12 0 2B BF 64 1D
Octal 0 170 222 144 22 0 53 277 144 35
Binary 0 1111000 10010010 1100100 10010 0 101011 10111111 1100100 11101

Color Harmonies of #007892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007892

Black with #007892

Text Example


Text Example

White with #007892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007892; }

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

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

background-color css

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

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

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

border-color css

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

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

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