Html Css Color HEX #064048 Sherpa Blue

📋 copy color: '#064048'

red 6 ◦ green 64 ◦ blue 72

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

Shades of Sherpa Blue #064048

Tints of Sherpa Blue #064048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

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

R = 4.23%
G = 45.07%
B = 50.7%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064048 (or 0x064048) is known color: Sherpa Blue. HEX triplet: 06, 40 and 48. RGB value is (6,64,72). Sum of RGB (Red+Green+Blue) = 6+64+72=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #064048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064048 is #F9BFB7. Grayscale: #2F2F2F. Windows color (decimal): -16367544 or 4734982. OLE color: 4734982.

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

Color convert

RGB 6 64 72 -
CMYK 0.92 0.11 0 0.72
HSL 187.27º 0.85% 0.15% -
HSV(B) 187.27º 0.92% 0.28% -
XYZ 3.08 4.17 6.77 -
YUV 47.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 6 64 72 0.92 0.11 0 0.72 187.27 0.85 0.15
Hex 6 40 48 5C B 0 48 BB 55 F
Octal 6 100 110 134 13 0 110 273 125 17
Binary 110 1000000 1001000 1011100 1011 0 1001000 10111011 1010101 1111

Color Harmonies of #064048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064048

Black with #064048

Text Example


Text Example

White with #064048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064048; }

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

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

background-color css

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

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

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

border-color css

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

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

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