Html Css Color HEX #073C47 Sherpa Blue

📋 copy color: '#073C47'

red 7 ◦ green 60 ◦ blue 71

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

Shades of Sherpa Blue #073C47

Tints of Sherpa Blue #073C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 43.48%

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

R = 5.07%
G = 43.48%
B = 51.45%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073C47 (or 0x073C47) is known color: Sherpa Blue. HEX triplet: 07, 3C and 47. RGB value is (7,60,71). Sum of RGB (Red+Green+Blue) = 7+60+71=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #073C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C47 is #F8C3B8. Grayscale: #2D2D2D. Windows color (decimal): -16303033 or 4668423. OLE color: 4668423.

HSL color Cylindrical-coordinate representation of color #073C47: hue angle of 190.31º 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 #073C47 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 60 71 -
CMYK 0.90 0.15 0 0.72
HSL 190.31º 0.82% 0.15% -
HSV(B) 190.31º 0.9% 0.28% -
XYZ 2.84 3.73 6.53 -
YUV 45.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 7 60 71 0.90 0.15 0 0.72 190.31 0.82 0.15
Hex 7 3C 47 5A F 0 48 BE 52 F
Octal 7 74 107 132 17 0 110 276 122 17
Binary 111 111100 1000111 1011010 1111 0 1001000 10111110 1010010 1111

Color Harmonies of #073C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C47

Black with #073C47

Text Example


Text Example

White with #073C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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