Html Css Color HEX #063B52 Sherpa Blue

📋 copy color: '#063B52'

red 6 ◦ green 59 ◦ blue 82

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

Shades of Sherpa Blue #063B52

Tints of Sherpa Blue #063B52

RGB

 RED value IS 6 (2.73% from 255) = 4.08%

 GREEN value IS 59 (23.44% from 255) = 40.14%

 BLUE value IS 82 (32.42% from 255) = 55.78%

R = 4.08%
G = 40.14%
B = 55.78%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#063B52 (or 0x063B52) is known color: Sherpa Blue. HEX triplet: 06, 3B and 52. RGB value is (6,59,82). Sum of RGB (Red+Green+Blue) = 6+59+82=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #063B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B52 is #F9C4AD. Grayscale: #2D2D2D. Windows color (decimal): -16368814 or 5389062. OLE color: 5389062.

HSL color Cylindrical-coordinate representation of color #063B52: hue angle of 198.16º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063B52 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 59 82 -
CMYK 0.93 0.28 0 0.68
HSL 198.16º 0.86% 0.17% -
HSV(B) 198.16º 0.93% 0.32% -
XYZ 3.16 3.78 8.54 -
YUV 45.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 6 59 82 0.93 0.28 0 0.68 198.16 0.86 0.17
Hex 6 3B 52 5D 1C 0 44 C6 56 11
Octal 6 73 122 135 34 0 104 306 126 21
Binary 110 111011 1010010 1011101 11100 0 1000100 11000110 1010110 10001

Color Harmonies of #063B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B52

Black with #063B52

Text Example


Text Example

White with #063B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #063B52;
 }
 .AnyTagClassName
 {
   color: #063B52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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