Html Css Color HEX #007C93 Eastern Blue

📋 copy color: '#007C93'

red 0 ◦ green 124 ◦ blue 147

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

Shades of Eastern Blue #007C93

Tints of Eastern Blue #007C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 0%
G = 45.76%
B = 54.24%

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

#007C93 (or 0x007C93) is known color: Eastern Blue. HEX triplet: 00, 7C and 93. RGB value is (0,124,147). Sum of RGB (Red+Green+Blue) = 0+124+147=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #007C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C93 is #FF836C. Grayscale: #595959. Windows color (decimal): -16745325 or 9665536. OLE color: 9665536.

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

Color convert

RGB 0 124 147 -
CMYK 1 0.16 0 0.42
HSL 189.39º 1% 0.29% -
HSV(B) 189.39º 1% 0.58% -
XYZ 12.47 16.52 30.14 -
YUV 89.55 160.42 64.13 -
System Red Green Blue C M Y K H S L
Decimal 0 124 147 1 0.16 0 0.42 189.39 1 0.29
Hex 0 7C 93 64 10 0 2A BD 64 1D
Octal 0 174 223 144 20 0 52 275 144 35
Binary 0 1111100 10010011 1100100 10000 0 101010 10111101 1100100 11101

Color Harmonies of #007C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007C93

Black with #007C93

Text Example


Text Example

White with #007C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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