Html Css Color HEX #073F48 Sherpa Blue

📋 copy color: '#073F48'

red 7 ◦ green 63 ◦ blue 72

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

Shades of Sherpa Blue #073F48

Tints of Sherpa Blue #073F48

RGB

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

 GREEN value IS 63 (25% from 255) = 44.37%

 BLUE value IS 72 (28.52% from 255) = 50.7%

R = 4.93%
G = 44.37%
B = 50.7%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073F48 (or 0x073F48) is known color: Sherpa Blue. HEX triplet: 07, 3F and 48. RGB value is (7,63,72). Sum of RGB (Red+Green+Blue) = 7+63+72=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #073F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F48 is #F8C0B7. Grayscale: #2F2F2F. Windows color (decimal): -16302264 or 4734727. OLE color: 4734727.

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

Color convert

RGB 7 63 72 -
CMYK 0.90 0.12 0 0.72
HSL 188.31º 0.82% 0.15% -
HSV(B) 188.31º 0.9% 0.28% -
XYZ 3.03 4.07 6.76 -
YUV 47.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 7 63 72 0.90 0.12 0 0.72 188.31 0.82 0.15
Hex 7 3F 48 5A C 0 48 BC 52 F
Octal 7 77 110 132 14 0 110 274 122 17
Binary 111 111111 1001000 1011010 1100 0 1001000 10111100 1010010 1111

Color Harmonies of #073F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F48

Black with #073F48

Text Example


Text Example

White with #073F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,63,72); }

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

background-color css

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

 a { background-color: rgb(7,63,72); }

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

border-color css

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

 span { border-color: rgb(7,63,72); }

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