#063B48

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

Shades of Sherpa Blue #063B48

Tints of Sherpa Blue #063B48

Color information

#063B48 (or 0x063B48) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3B and 48. RGB value is (6,59,72). Sum of RGB (Red+Green+Blue) = 6+59+72=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #063B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B48 is #F9C4B7. Grayscale: #2C2C2C. Windows color (decimal): -16368824 or 4733702. OLE color: 4733702.

HSL color Cylindrical-coordinate representation of color #063B48: hue angle of 191.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063B48 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65972-
CMYK0.920.1800.72
HSL191.82º84.62%15.29%-
HSV(B)191.82º91.67%28.24%-
XYZ2.813.636.68-
YUV44.63143.44100.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 59 (23.44% from 255) = 43.07%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=4.38%
G=43.07%
B=52.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal659720.920.1800.72191.8284.6215.29
Hex63B485C12048c055f
Octal67311013422011030012517
Binary1101110111001000101110010010010010001100000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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