Html Css Color HEX #007A90 Eastern Blue

📋 copy color: '#007A90'

red 0 ◦ green 122 ◦ blue 144

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

Shades of Eastern Blue #007A90

Tints of Eastern Blue #007A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.86%

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 0%
G = 45.86%
B = 54.14%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#007A90 (or 0x007A90) is known color: Eastern Blue. HEX triplet: 00, 7A and 90. RGB value is (0,122,144). Sum of RGB (Red+Green+Blue) = 0+122+144=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #007A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A90 is #FF856F. Grayscale: #575757. Windows color (decimal): -16745840 or 9468416. OLE color: 9468416.

HSL color Cylindrical-coordinate representation of color #007A90: hue angle of 189.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A90 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 122 144 -
CMYK 1 0.15 0 0.44
HSL 189.17º 1% 0.28% -
HSV(B) 189.17º 1% 0.56% -
XYZ 11.99 15.93 28.83 -
YUV 88.03 159.58 65.21 -
System Red Green Blue C M Y K H S L
Decimal 0 122 144 1 0.15 0 0.44 189.17 1 0.28
Hex 0 7A 90 64 F 0 2C BD 64 1C
Octal 0 172 220 144 17 0 54 275 144 34
Binary 0 1111010 10010000 1100100 1111 0 101100 10111101 1100100 11100

Color Harmonies of #007A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007A90

Black with #007A90

Text Example


Text Example

White with #007A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,122,144); }

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

background-color css

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

 a { background-color: rgb(0,122,144); }

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

border-color css

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

 span { border-color: rgb(0,122,144); }

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