#007D93

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

Shades of Eastern Blue #007D93

Tints of Eastern Blue #007D93

Color information

#007D93 (or 0x007D93) is unknown color: approx Eastern Blue. HEX triplet: 00, 7D and 93. RGB value is (0,125,147). Sum of RGB (Red+Green+Blue) = 0+125+147=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #007D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D93 is #FF826C. Grayscale: #595959. Windows color (decimal): -16745069 or 9665792. OLE color: 9665792.

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

Color convert

RGB0125147-
CMYK10.1500.42
HSL188.98º100%28.82%-
HSV(B)188.98º100%57.65%-
XYZ12.616.7730.18-
YUV90.13160.0963.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 125 (49.22% from 255) = 45.96%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=0%
G=45.96%
B=54.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal012514710.1500.42188.9810028.82
Hex07D9364F02Abd641d
Octal01752231441705227514435
Binary011111011001001111001001111010101010111101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,125,147); }

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

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

 a { background-color: rgb(0,125,147); }

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

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

 span { border-color: rgb(0,125,147); }

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