Html Css Color HEX #07495F Sherpa Blue

📋 copy color: '#07495F'

red 7 ◦ green 73 ◦ blue 95

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

Shades of Sherpa Blue #07495F

Tints of Sherpa Blue #07495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 4%
G = 41.71%
B = 54.29%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07495F (or 0x07495F) is known color: Sherpa Blue. HEX triplet: 07, 49 and 5F. RGB value is (7,73,95). Sum of RGB (Red+Green+Blue) = 7+73+95=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #07495F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07495F is #F8B6A0. Grayscale: #373737. Windows color (decimal): -16299681 or 6244615. OLE color: 6244615.

HSL color Cylindrical-coordinate representation of color #07495F: hue angle of 195º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07495F is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 73 95 -
CMYK 0.93 0.23 0 0.63
HSL 195º 0.86% 0.2% -
HSV(B) 195º 0.93% 0.37% -
XYZ 4.54 5.64 11.68 -
YUV 55.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 7 73 95 0.93 0.23 0 0.63 195 0.86 0.2
Hex 7 49 5F 5D 17 0 3F C3 56 14
Octal 7 111 137 135 27 0 77 303 126 24
Binary 111 1001001 1011111 1011101 10111 0 111111 11000011 1010110 10100

Color Harmonies of #07495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07495F

Black with #07495F

Text Example


Text Example

White with #07495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,73,95); }

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

background-color css

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

 a { background-color: rgb(7,73,95); }

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

border-color css

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

 span { border-color: rgb(7,73,95); }

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