Html Css Color HEX #007990 Eastern Blue

📋 copy color: '#007990'

red 0 ◦ green 121 ◦ blue 144

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

Shades of Eastern Blue #007990

Tints of Eastern Blue #007990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.66%

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

R = 0%
G = 45.66%
B = 54.34%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#007990 (or 0x007990) is known color: Eastern Blue. HEX triplet: 00, 79 and 90. RGB value is (0,121,144). Sum of RGB (Red+Green+Blue) = 0+121+144=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #007990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007990 is #FF866F. Grayscale: #575757. Windows color (decimal): -16746096 or 9468160. OLE color: 9468160.

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

Color convert

RGB 0 121 144 -
CMYK 1 0.16 0 0.44
HSL 189.58º 1% 0.28% -
HSV(B) 189.58º 1% 0.56% -
XYZ 11.87 15.69 28.79 -
YUV 87.44 159.91 65.63 -
System Red Green Blue C M Y K H S L
Decimal 0 121 144 1 0.16 0 0.44 189.58 1 0.28
Hex 0 79 90 64 10 0 2C BE 64 1C
Octal 0 171 220 144 20 0 54 276 144 34
Binary 0 1111001 10010000 1100100 10000 0 101100 10111110 1100100 11100

Color Harmonies of #007990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007990

Black with #007990

Text Example


Text Example

White with #007990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007990; }

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

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

background-color css

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

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

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

border-color css

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

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

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