Html Css Color HEX #073A47 Sherpa Blue

📋 copy color: '#073A47'

red 7 ◦ green 58 ◦ blue 71

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

Shades of Sherpa Blue #073A47

Tints of Sherpa Blue #073A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.65%

 BLUE value IS 71 (28.13% from 255) = 52.21%

R = 5.15%
G = 42.65%
B = 52.21%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073A47 (or 0x073A47) is known color: Sherpa Blue. HEX triplet: 07, 3A and 47. RGB value is (7,58,71). Sum of RGB (Red+Green+Blue) = 7+58+71=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #073A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A47 is #F8C5B8. Grayscale: #2C2C2C. Windows color (decimal): -16303545 or 4667911. OLE color: 4667911.

HSL color Cylindrical-coordinate representation of color #073A47: hue angle of 192.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073A47 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 58 71 -
CMYK 0.90 0.18 0 0.72
HSL 192.19º 0.82% 0.15% -
HSV(B) 192.19º 0.9% 0.28% -
XYZ 2.74 3.53 6.5 -
YUV 44.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 7 58 71 0.90 0.18 0 0.72 192.19 0.82 0.15
Hex 7 3A 47 5A 12 0 48 C0 52 F
Octal 7 72 107 132 22 0 110 300 122 17
Binary 111 111010 1000111 1011010 10010 0 1001000 11000000 1010010 1111

Color Harmonies of #073A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A47

Black with #073A47

Text Example


Text Example

White with #073A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073A47; }

 p { color: rgb(7,58,71); }

 H1.HeaderClassName
 {
   color: #073A47;
 }
 .AnyTagClassName
 {
   color: #073A47;
 }
</style>

background-color css

<style>
 a { background-color: #073A47; }

 a { background-color: rgb(7,58,71); }

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

border-color css

<style>
 span { border-color: #073A47; }

 span { border-color: rgb(7,58,71); }

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