Html Css Color HEX #07495D Sherpa Blue

📋 copy color: '#07495D'

red 7 ◦ green 73 ◦ blue 93

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

Shades of Sherpa Blue #07495D

Tints of Sherpa Blue #07495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.76%

R = 4.05%
G = 42.2%
B = 53.76%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07495D (or 0x07495D) is known color: Sherpa Blue. HEX triplet: 07, 49 and 5D. RGB value is (7,73,93). Sum of RGB (Red+Green+Blue) = 7+73+93=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #07495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07495D is #F8B6A2. Grayscale: #373737. Windows color (decimal): -16299683 or 6113543. OLE color: 6113543.

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

Color convert

RGB 7 73 93 -
CMYK 0.92 0.22 0 0.64
HSL 193.95º 0.86% 0.2% -
HSV(B) 193.95º 0.92% 0.36% -
XYZ 4.45 5.6 11.2 -
YUV 55.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 7 73 93 0.92 0.22 0 0.64 193.95 0.86 0.2
Hex 7 49 5D 5C 16 0 40 C2 56 14
Octal 7 111 135 134 26 0 100 302 126 24
Binary 111 1001001 1011101 1011100 10110 0 1000000 11000010 1010110 10100

Color Harmonies of #07495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07495D

Black with #07495D

Text Example


Text Example

White with #07495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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