#007792

Color #007792 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #007792

Tints of Eastern Blue #007792

Color information

#007792 (or 0x007792) is unknown color: approx Eastern Blue. HEX triplet: 00, 77 and 92. RGB value is (0,119,146). Sum of RGB (Red+Green+Blue) = 0+119+146=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #007792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007792 is #FF886D. Grayscale: #565656. Windows color (decimal): -16746606 or 9598720. OLE color: 9598720.

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

Color convert

RGB0119146-
CMYK10.1800.43
HSL191.1º100%28.63%-
HSV(B)191.1º100%57.25%-
XYZ11.7915.2729.52-
YUV86.5161.5866.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=0%
G=44.91%
B=55.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal011914610.1800.43191.110028.63
Hex07792641202Bbf641d
Octal01672221442205327714435
Binary0111011110010010110010010010010101110111111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007792; }

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

 H1.HeaderClassName
 {
   color: #007792;
 }
 .AnyTagClassName
 {
   color: #007792;
 }
</style>
background-color css

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

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

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

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

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

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