Html Css Color HEX #007490 Eastern Blue

📋 copy color: '#007490'

red 0 ◦ green 116 ◦ blue 144

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

Shades of Eastern Blue #007490

Tints of Eastern Blue #007490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

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

R = 0%
G = 44.62%
B = 55.38%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#007490 (or 0x007490) is known color: Eastern Blue. HEX triplet: 00, 74 and 90. RGB value is (0,116,144). Sum of RGB (Red+Green+Blue) = 0+116+144=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #007490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007490 is #FF8B6F. Grayscale: #545454. Windows color (decimal): -16747376 or 9466880. OLE color: 9466880.

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

Color convert

RGB 0 116 144 -
CMYK 1 0.19 0 0.44
HSL 191.67º 1% 0.28% -
HSV(B) 191.67º 1% 0.56% -
XYZ 11.28 14.5 28.59 -
YUV 84.51 161.57 67.72 -
System Red Green Blue C M Y K H S L
Decimal 0 116 144 1 0.19 0 0.44 191.67 1 0.28
Hex 0 74 90 64 13 0 2C C0 64 1C
Octal 0 164 220 144 23 0 54 300 144 34
Binary 0 1110100 10010000 1100100 10011 0 101100 11000000 1100100 11100

Color Harmonies of #007490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007490

Black with #007490

Text Example


Text Example

White with #007490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007490; }

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

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

background-color css

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

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

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

border-color css

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

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

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