#007D9C

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

Shades of Eastern Blue #007D9C

Tints of Eastern Blue #007D9C

Color information

#007D9C (or 0x007D9C) is unknown color: approx Eastern Blue. HEX triplet: 00, 7D and 9C. RGB value is (0,125,156). Sum of RGB (Red+Green+Blue) = 0+125+156=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #007D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D9C is #FF8263. Grayscale: #5A5A5A. Windows color (decimal): -16745060 or 10255616. OLE color: 10255616.

HSL color Cylindrical-coordinate representation of color #007D9C: hue angle of 191.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D9C is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB0125156-
CMYK10.2000.39
HSL191.92º100%30.59%-
HSV(B)191.92º100%61.18%-
XYZ13.3317.0734.04-
YUV91.16164.5962.98-

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) = 44.48%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=0%
G=44.48%
B=55.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal012515610.2000.39191.9210030.59
Hex07D9C6414027c0641f
Octal01752341442404730014437
Binary0111110110011100110010010100010011111000000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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