#073848

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

Shades of Sherpa Blue #073848

Tints of Sherpa Blue #073848

Color information

#073848 (or 0x073848) is unknown color: approx Sherpa Blue. HEX triplet: 07, 38 and 48. RGB value is (7,56,72). Sum of RGB (Red+Green+Blue) = 7+56+72=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #073848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073848 is #F8C7B7. Grayscale: #2B2B2B. Windows color (decimal): -16304056 or 4732935. OLE color: 4732935.

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

Color convert

RGB75672-
CMYK0.900.2200.72
HSL194.77º82.28%15.49%-
HSV(B)194.77º90.28%28.24%-
XYZ2.673.346.64-
YUV43.17144.27102.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=5.19%
G=41.48%
B=53.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal756720.900.2200.72194.7782.2815.49
Hex738485A16048c352f
Octal77011013226011030312217
Binary1111110001001000101101010110010010001100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073848; }

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

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

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

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

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

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

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

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