Html Css Color HEX #07849F Eastern Blue

📋 copy color: '#07849F'

red 7 ◦ green 132 ◦ blue 159

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

Shades of Eastern Blue #07849F

Tints of Eastern Blue #07849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

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

R = 2.35%
G = 44.3%
B = 53.36%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07849F (or 0x07849F) is known color: Eastern Blue. HEX triplet: 07, 84 and 9F. RGB value is (7,132,159). Sum of RGB (Red+Green+Blue) = 7+132+159=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #07849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07849F is #F87B60. Grayscale: #616161. Windows color (decimal): -16284513 or 10454023. OLE color: 10454023.

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

Color convert

RGB 7 132 159 -
CMYK 0.96 0.17 0 0.38
HSL 190.66º 0.92% 0.33% -
HSV(B) 190.66º 0.96% 0.62% -
XYZ 14.6 19.05 35.71 -
YUV 97.7 162.59 63.3 -
System Red Green Blue C M Y K H S L
Decimal 7 132 159 0.96 0.17 0 0.38 190.66 0.92 0.33
Hex 7 84 9F 60 11 0 26 BF 5C 21
Octal 7 204 237 140 21 0 46 277 134 41
Binary 111 10000100 10011111 1100000 10001 0 100110 10111111 1011100 100001

Color Harmonies of #07849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07849F

Black with #07849F

Text Example


Text Example

White with #07849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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