Html Css Color HEX #07929B Eastern Blue

📋 copy color: '#07929B'

red 7 ◦ green 146 ◦ blue 155

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

Shades of Eastern Blue #07929B

Tints of Eastern Blue #07929B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.4%

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 2.27%
G = 47.4%
B = 50.32%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07929B (or 0x07929B) is known color: Eastern Blue. HEX triplet: 07, 92 and 9B. RGB value is (7,146,155). Sum of RGB (Red+Green+Blue) = 7+146+155=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #07929B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07929B is #F86D64. Grayscale: #696969. Windows color (decimal): -16280933 or 10195463. OLE color: 10195463.

HSL color Cylindrical-coordinate representation of color #07929B: hue angle of 183.65º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07929B is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 146 155 -
CMYK 0.95 0.06 0 0.39
HSL 183.65º 0.91% 0.32% -
HSV(B) 183.65º 0.95% 0.61% -
XYZ 16.28 22.97 34.59 -
YUV 105.47 155.95 57.77 -
System Red Green Blue C M Y K H S L
Decimal 7 146 155 0.95 0.06 0 0.39 183.65 0.91 0.32
Hex 7 92 9B 5F 6 0 27 B8 5B 20
Octal 7 222 233 137 6 0 47 270 133 40
Binary 111 10010010 10011011 1011111 110 0 100111 10111000 1011011 100000

Color Harmonies of #07929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07929B

Black with #07929B

Text Example


Text Example

White with #07929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07929B; }

 p { color: rgb(7,146,155); }

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

background-color css

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

 a { background-color: rgb(7,146,155); }

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

border-color css

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

 span { border-color: rgb(7,146,155); }

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