Html Css Color HEX #07889F Eastern Blue

📋 copy color: '#07889F'

red 7 ◦ green 136 ◦ blue 159

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

Shades of Eastern Blue #07889F

Tints of Eastern Blue #07889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

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

R = 2.32%
G = 45.03%
B = 52.65%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07889F (or 0x07889F) is known color: Eastern Blue. HEX triplet: 07, 88 and 9F. RGB value is (7,136,159). Sum of RGB (Red+Green+Blue) = 7+136+159=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #07889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07889F is #F87760. Grayscale: #636363. Windows color (decimal): -16283489 or 10455047. OLE color: 10455047.

HSL color Cylindrical-coordinate representation of color #07889F: hue angle of 189.08º 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 #07889F is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 136 159 -
CMYK 0.96 0.14 0 0.38
HSL 189.08º 0.92% 0.33% -
HSV(B) 189.08º 0.96% 0.62% -
XYZ 15.15 20.16 35.89 -
YUV 100.05 161.26 61.63 -
System Red Green Blue C M Y K H S L
Decimal 7 136 159 0.96 0.14 0 0.38 189.08 0.92 0.33
Hex 7 88 9F 60 E 0 26 BD 5C 21
Octal 7 210 237 140 16 0 46 275 134 41
Binary 111 10001000 10011111 1100000 1110 0 100110 10111101 1011100 100001

Color Harmonies of #07889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07889F

Black with #07889F

Text Example


Text Example

White with #07889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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