#063B4D

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

Shades of Sherpa Blue #063B4D

Tints of Sherpa Blue #063B4D

Color information

#063B4D (or 0x063B4D) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3B and 4D. RGB value is (6,59,77). Sum of RGB (Red+Green+Blue) = 6+59+77=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #063B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B4D is #F9C4B2. Grayscale: #2D2D2D. Windows color (decimal): -16368819 or 5061382. OLE color: 5061382.

HSL color Cylindrical-coordinate representation of color #063B4D: hue angle of 195.21º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063B4D is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB65977-
CMYK0.920.2300.70
HSL195.21º85.54%16.27%-
HSV(B)195.21º92.21%30.2%-
XYZ2.983.77.58-
YUV45.2145.94100.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 59 (23.44% from 255) = 41.55%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=4.23%
G=41.55%
B=54.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal659770.920.2300.70195.2185.5416.27
Hex63B4D5C17046c35610
Octal67311513427010630312620
Binary11011101110011011011100101110100011011000011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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