Html Css Color HEX #007C9B Eastern Blue

📋 copy color: '#007C9B'

red 0 ◦ green 124 ◦ blue 155

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

Shades of Eastern Blue #007C9B

Tints of Eastern Blue #007C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 0%
G = 44.44%
B = 55.56%

CMYK

 C value IS 1

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#007C9B (or 0x007C9B) is known color: Eastern Blue. HEX triplet: 00, 7C and 9B. RGB value is (0,124,155). Sum of RGB (Red+Green+Blue) = 0+124+155=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #007C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C9B is #FF8364. Grayscale: #5A5A5A. Windows color (decimal): -16745317 or 10189824. OLE color: 10189824.

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

Color convert

RGB 0 124 155 -
CMYK 1 0.2 0 0.39
HSL 192º 1% 0.3% -
HSV(B) 192º 1% 0.61% -
XYZ 13.12 16.78 33.56 -
YUV 90.46 164.42 63.48 -
System Red Green Blue C M Y K H S L
Decimal 0 124 155 1 0.2 0 0.39 192 1 0.3
Hex 0 7C 9B 64 14 0 27 C0 64 1E
Octal 0 174 233 144 24 0 47 300 144 36
Binary 0 1111100 10011011 1100100 10100 0 100111 11000000 1100100 11110

Color Harmonies of #007C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007C9B

Black with #007C9B

Text Example


Text Example

White with #007C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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