#07889C

Color #07889C Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #07889C

Tints of Eastern Blue #07889C

Color information

#07889C (or 0x07889C) is unknown color: approx Eastern Blue. HEX triplet: 07, 88 and 9C. RGB value is (7,136,156). Sum of RGB (Red+Green+Blue) = 7+136+156=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #07889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07889C is #F87763. Grayscale: #636363. Windows color (decimal): -16283492 or 10258439. OLE color: 10258439.

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

Color convert

RGB7136156-
CMYK0.960.1300.39
HSL188.05º91.41%31.96%-
HSV(B)188.05º95.51%61.18%-
XYZ14.8920.0534.54-
YUV99.71159.7661.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.34%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=2.34%
G=45.48%
B=52.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71361560.960.1300.39188.0591.4131.96
Hex7889C60D027bc5b20
Octal72102341401504727413340
Binary1111000100010011100110000011010100111101111001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07889C;
 }
 .AnyTagClassName
 {
   color: #07889C;
 }
</style>
background-color css

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

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

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

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

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

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