Html Css Color HEX #007C9A Eastern Blue

📋 copy color: '#007C9A'

red 0 ◦ green 124 ◦ blue 154

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

Shades of Eastern Blue #007C9A

Tints of Eastern Blue #007C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 0%
G = 44.6%
B = 55.4%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#007C9A (or 0x007C9A) is known color: Eastern Blue. HEX triplet: 00, 7C and 9A. RGB value is (0,124,154). Sum of RGB (Red+Green+Blue) = 0+124+154=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #007C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C9A is #FF8365. Grayscale: #5A5A5A. Windows color (decimal): -16745318 or 10124288. OLE color: 10124288.

HSL color Cylindrical-coordinate representation of color #007C9A: hue angle of 191.69º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C9A is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 124 154 -
CMYK 1 0.19 0 0.40
HSL 191.69º 1% 0.3% -
HSV(B) 191.69º 1% 0.6% -
XYZ 13.04 16.75 33.12 -
YUV 90.34 163.92 63.56 -
System Red Green Blue C M Y K H S L
Decimal 0 124 154 1 0.19 0 0.40 191.69 1 0.3
Hex 0 7C 9A 64 13 0 28 C0 64 1E
Octal 0 174 232 144 23 0 50 300 144 36
Binary 0 1111100 10011010 1100100 10011 0 101000 11000000 1100100 11110

Color Harmonies of #007C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007C9A

Black with #007C9A

Text Example


Text Example

White with #007C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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