Html Css Color HEX #063C48 Sherpa Blue

📋 copy color: '#063C48'

red 6 ◦ green 60 ◦ blue 72

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

Shades of Sherpa Blue #063C48

Tints of Sherpa Blue #063C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 43.48%

 BLUE value IS 72 (28.52% from 255) = 52.17%

R = 4.35%
G = 43.48%
B = 52.17%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063C48 (or 0x063C48) is known color: Sherpa Blue. HEX triplet: 06, 3C and 48. RGB value is (6,60,72). Sum of RGB (Red+Green+Blue) = 6+60+72=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 60 (23.83% from 255 or 43.48% 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 #063C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C48 is #F9C3B7. Grayscale: #2D2D2D. Windows color (decimal): -16368568 or 4733958. OLE color: 4733958.

HSL color Cylindrical-coordinate representation of color #063C48: hue angle of 190.91º 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 #063C48 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 60 72 -
CMYK 0.92 0.17 0 0.72
HSL 190.91º 0.85% 0.15% -
HSV(B) 190.91º 0.92% 0.28% -
XYZ 2.86 3.74 6.7 -
YUV 45.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 6 60 72 0.92 0.17 0 0.72 190.91 0.85 0.15
Hex 6 3C 48 5C 11 0 48 BF 55 F
Octal 6 74 110 134 21 0 110 277 125 17
Binary 110 111100 1001000 1011100 10001 0 1001000 10111111 1010101 1111

Color Harmonies of #063C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C48

Black with #063C48

Text Example


Text Example

White with #063C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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