Html Css Color HEX #007D94 Eastern Blue

📋 copy color: '#007D94'

red 0 ◦ green 125 ◦ blue 148

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

Shades of Eastern Blue #007D94

Tints of Eastern Blue #007D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.79%

 BLUE value IS 148 (58.2% from 255) = 54.21%

R = 0%
G = 45.79%
B = 54.21%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007D94 (or 0x007D94) is known color: Eastern Blue. HEX triplet: 00, 7D and 94. RGB value is (0,125,148). Sum of RGB (Red+Green+Blue) = 0+125+148=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #007D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D94 is #FF826B. Grayscale: #5A5A5A. Windows color (decimal): -16745068 or 9731328. OLE color: 9731328.

HSL color Cylindrical-coordinate representation of color #007D94: hue angle of 189.32º 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 #007D94 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 125 148 -
CMYK 1 0.16 0 0.42
HSL 189.32º 1% 0.29% -
HSV(B) 189.32º 1% 0.58% -
XYZ 12.68 16.81 30.59 -
YUV 90.25 160.59 63.63 -
System Red Green Blue C M Y K H S L
Decimal 0 125 148 1 0.16 0 0.42 189.32 1 0.29
Hex 0 7D 94 64 10 0 2A BD 64 1D
Octal 0 175 224 144 20 0 52 275 144 35
Binary 0 1111101 10010100 1100100 10000 0 101010 10111101 1100100 11101

Color Harmonies of #007D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D94

Black with #007D94

Text Example


Text Example

White with #007D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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