Html Css Color HEX #073A50 Sherpa Blue

📋 copy color: '#073A50'

red 7 ◦ green 58 ◦ blue 80

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

Shades of Sherpa Blue #073A50

Tints of Sherpa Blue #073A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 55.17%

R = 4.83%
G = 40%
B = 55.17%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#073A50 (or 0x073A50) is known color: Sherpa Blue. HEX triplet: 07, 3A and 50. RGB value is (7,58,80). Sum of RGB (Red+Green+Blue) = 7+58+80=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #073A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A50 is #F8C5AF. Grayscale: #2D2D2D. Windows color (decimal): -16303536 or 5257735. OLE color: 5257735.

HSL color Cylindrical-coordinate representation of color #073A50: hue angle of 198.08º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073A50 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 58 80 -
CMYK 0.91 0.28 0 0.69
HSL 198.08º 0.84% 0.17% -
HSV(B) 198.08º 0.91% 0.31% -
XYZ 3.05 3.65 8.13 -
YUV 45.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 7 58 80 0.91 0.28 0 0.69 198.08 0.84 0.17
Hex 7 3A 50 5B 1C 0 45 C6 54 11
Octal 7 72 120 133 34 0 105 306 124 21
Binary 111 111010 1010000 1011011 11100 0 1000101 11000110 1010100 10001

Color Harmonies of #073A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A50

Black with #073A50

Text Example


Text Example

White with #073A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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