Html Css Color HEX #07495B Sherpa Blue

📋 copy color: '#07495B'

red 7 ◦ green 73 ◦ blue 91

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

Shades of Sherpa Blue #07495B

Tints of Sherpa Blue #07495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.22%

R = 4.09%
G = 42.69%
B = 53.22%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07495B (or 0x07495B) is known color: Sherpa Blue. HEX triplet: 07, 49 and 5B. RGB value is (7,73,91). Sum of RGB (Red+Green+Blue) = 7+73+91=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #07495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07495B is #F8B6A4. Grayscale: #373737. Windows color (decimal): -16299685 or 5982471. OLE color: 5982471.

HSL color Cylindrical-coordinate representation of color #07495B: hue angle of 192.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07495B is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 73 91 -
CMYK 0.92 0.20 0 0.64
HSL 192.86º 0.86% 0.19% -
HSV(B) 192.86º 0.92% 0.36% -
XYZ 4.36 5.57 10.74 -
YUV 55.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 7 73 91 0.92 0.20 0 0.64 192.86 0.86 0.19
Hex 7 49 5B 5C 14 0 40 C1 56 13
Octal 7 111 133 134 24 0 100 301 126 23
Binary 111 1001001 1011011 1011100 10100 0 1000000 11000001 1010110 10011

Color Harmonies of #07495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07495B

Black with #07495B

Text Example


Text Example

White with #07495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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