Html Css Color HEX #07909B Eastern Blue

📋 copy color: '#07909B'

red 7 ◦ green 144 ◦ blue 155

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

Shades of Eastern Blue #07909B

Tints of Eastern Blue #07909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.06%

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

R = 2.29%
G = 47.06%
B = 50.65%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07909B (or 0x07909B) is known color: Eastern Blue. HEX triplet: 07, 90 and 9B. RGB value is (7,144,155). Sum of RGB (Red+Green+Blue) = 7+144+155=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #07909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07909B is #F86F64. Grayscale: #686868. Windows color (decimal): -16281445 or 10194951. OLE color: 10194951.

HSL color Cylindrical-coordinate representation of color #07909B: hue angle of 184.46º 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 #07909B is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 144 155 -
CMYK 0.95 0.07 0 0.39
HSL 184.46º 0.91% 0.32% -
HSV(B) 184.46º 0.95% 0.61% -
XYZ 15.98 22.36 34.48 -
YUV 104.29 156.61 58.61 -
System Red Green Blue C M Y K H S L
Decimal 7 144 155 0.95 0.07 0 0.39 184.46 0.91 0.32
Hex 7 90 9B 5F 7 0 27 B8 5B 20
Octal 7 220 233 137 7 0 47 270 133 40
Binary 111 10010000 10011011 1011111 111 0 100111 10111000 1011011 100000

Color Harmonies of #07909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07909B

Black with #07909B

Text Example


Text Example

White with #07909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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