Html Css Color HEX #063948 Sherpa Blue

📋 copy color: '#063948'

red 6 ◦ green 57 ◦ blue 72

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

Shades of Sherpa Blue #063948

Tints of Sherpa Blue #063948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.22%

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

R = 4.44%
G = 42.22%
B = 53.33%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063948 (or 0x063948) is known color: Sherpa Blue. HEX triplet: 06, 39 and 48. RGB value is (6,57,72). Sum of RGB (Red+Green+Blue) = 6+57+72=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 57 (22.66% from 255 or 42.22% 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 #063948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063948 is #F9C6B7. Grayscale: #2B2B2B. Windows color (decimal): -16369336 or 4733190. OLE color: 4733190.

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

Color convert

RGB 6 57 72 -
CMYK 0.92 0.21 0 0.72
HSL 193.64º 0.85% 0.15% -
HSV(B) 193.64º 0.92% 0.28% -
XYZ 2.71 3.43 6.65 -
YUV 43.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 6 57 72 0.92 0.21 0 0.72 193.64 0.85 0.15
Hex 6 39 48 5C 15 0 48 C2 55 F
Octal 6 71 110 134 25 0 110 302 125 17
Binary 110 111001 1001000 1011100 10101 0 1001000 11000010 1010101 1111

Color Harmonies of #063948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063948

Black with #063948

Text Example


Text Example

White with #063948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063948; }

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

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

background-color css

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

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

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

border-color css

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

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

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