#073B48

Color #073B48 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #073B48

Tints of Sherpa Blue #073B48

Color information

#073B48 (or 0x073B48) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3B and 48. RGB value is (7,59,72). Sum of RGB (Red+Green+Blue) = 7+59+72=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #073B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B48 is #F8C4B7. Grayscale: #2C2C2C. Windows color (decimal): -16303288 or 4733703. OLE color: 4733703.

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

Color convert

RGB75972-
CMYK0.900.1800.72
HSL192º82.28%15.49%-
HSV(B)192º90.28%28.24%-
XYZ2.823.646.68-
YUV44.93143.27100.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 59 (23.44% from 255) = 42.75%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=5.07%
G=42.75%
B=52.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal759720.900.1800.7219282.2815.49
Hex73B485A12048c052f
Octal77311013222011030012217
Binary1111110111001000101101010010010010001100000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #073B48;
 }
 .AnyTagClassName
 {
   color: #073B48;
 }
</style>
background-color css

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

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

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

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

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

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