Html Css Color HEX #07949F Eastern Blue

📋 copy color: '#07949F'

red 7 ◦ green 148 ◦ blue 159

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

Shades of Eastern Blue #07949F

Tints of Eastern Blue #07949F

RGB

 RED value IS 7 (3.13% from 255) = 2.23%

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 2.23%
G = 47.13%
B = 50.64%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07949F (or 0x07949F) is known color: Eastern Blue. HEX triplet: 07, 94 and 9F. RGB value is (7,148,159). Sum of RGB (Red+Green+Blue) = 7+148+159=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #07949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07949F is #F86B60. Grayscale: #6A6A6A. Windows color (decimal): -16280417 or 10458119. OLE color: 10458119.

HSL color Cylindrical-coordinate representation of color #07949F: hue angle of 184.34º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07949F is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 148 159 -
CMYK 0.96 0.07 0 0.38
HSL 184.34º 0.92% 0.33% -
HSV(B) 184.34º 0.96% 0.62% -
XYZ 16.94 23.73 36.49 -
YUV 107.1 157.29 56.61 -
System Red Green Blue C M Y K H S L
Decimal 7 148 159 0.96 0.07 0 0.38 184.34 0.92 0.33
Hex 7 94 9F 60 7 0 26 B8 5C 21
Octal 7 224 237 140 7 0 46 270 134 41
Binary 111 10010100 10011111 1100000 111 0 100110 10111000 1011100 100001

Color Harmonies of #07949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07949F

Black with #07949F

Text Example


Text Example

White with #07949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07949F; }

 p { color: rgb(7,148,159); }

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

background-color css

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

 a { background-color: rgb(7,148,159); }

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

border-color css

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

 span { border-color: rgb(7,148,159); }

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