Html Css Color HEX #007FA0 Eastern Blue

📋 copy color: '#007FA0'

red 0 ◦ green 127 ◦ blue 160

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

Shades of Eastern Blue #007FA0

Tints of Eastern Blue #007FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 44.25%

 BLUE value IS 160 (62.89% from 255) = 55.75%

R = 0%
G = 44.25%
B = 55.75%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#007FA0 (or 0x007FA0) is known color: Eastern Blue. HEX triplet: 00, 7F and A0. RGB value is (0,127,160). Sum of RGB (Red+Green+Blue) = 0+127+160=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #007FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007FA0 is #FF805F. Grayscale: #5C5C5C. Windows color (decimal): -16744544 or 10518272. OLE color: 10518272.

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

Color convert

RGB 0 127 160 -
CMYK 1 0.21 0 0.37
HSL 192.38º 1% 0.31% -
HSV(B) 192.38º 1% 0.63% -
XYZ 13.93 17.72 35.94 -
YUV 92.79 165.92 61.82 -
System Red Green Blue C M Y K H S L
Decimal 0 127 160 1 0.21 0 0.37 192.38 1 0.31
Hex 0 7F A0 64 15 0 25 C0 64 1F
Octal 0 177 240 144 25 0 45 300 144 37
Binary 0 1111111 10100000 1100100 10101 0 100101 11000000 1100100 11111

Color Harmonies of #007FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FA0

Black with #007FA0

Text Example


Text Example

White with #007FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,127,160); }

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

background-color css

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

 a { background-color: rgb(0,127,160); }

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

border-color css

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

 span { border-color: rgb(0,127,160); }

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