Html Css Color HEX #07859C Eastern Blue

📋 copy color: '#07859C'

red 7 ◦ green 133 ◦ blue 156

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

Shades of Eastern Blue #07859C

Tints of Eastern Blue #07859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 156 (61.33% from 255) = 52.7%

R = 2.36%
G = 44.93%
B = 52.7%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07859C (or 0x07859C) is known color: Eastern Blue. HEX triplet: 07, 85 and 9C. RGB value is (7,133,156). Sum of RGB (Red+Green+Blue) = 7+133+156=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #07859C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07859C is #F87A63. Grayscale: #616161. Windows color (decimal): -16284260 or 10257671. OLE color: 10257671.

HSL color Cylindrical-coordinate representation of color #07859C: hue angle of 189.26º 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 #07859C is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 133 156 -
CMYK 0.96 0.15 0 0.39
HSL 189.26º 0.91% 0.32% -
HSV(B) 189.26º 0.96% 0.61% -
XYZ 14.48 19.22 34.4 -
YUV 97.95 160.76 63.13 -
System Red Green Blue C M Y K H S L
Decimal 7 133 156 0.96 0.15 0 0.39 189.26 0.91 0.32
Hex 7 85 9C 60 F 0 27 BD 5B 20
Octal 7 205 234 140 17 0 47 275 133 40
Binary 111 10000101 10011100 1100000 1111 0 100111 10111101 1011011 100000

Color Harmonies of #07859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07859C

Black with #07859C

Text Example


Text Example

White with #07859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07859C;
 }
 .AnyTagClassName
 {
   color: #07859C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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