Html Css Color HEX #064148 Sherpa Blue

📋 copy color: '#064148'

red 6 ◦ green 65 ◦ blue 72

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

Shades of Sherpa Blue #064148

Tints of Sherpa Blue #064148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.45%

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

R = 4.2%
G = 45.45%
B = 50.35%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064148 (or 0x064148) is known color: Sherpa Blue. HEX triplet: 06, 41 and 48. RGB value is (6,65,72). Sum of RGB (Red+Green+Blue) = 6+65+72=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #064148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064148 is #F9BEB7. Grayscale: #303030. Windows color (decimal): -16367288 or 4735238. OLE color: 4735238.

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

Color convert

RGB 6 65 72 -
CMYK 0.92 0.10 0 0.72
HSL 186.36º 0.85% 0.15% -
HSV(B) 186.36º 0.92% 0.28% -
XYZ 3.14 4.29 6.79 -
YUV 48.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 6 65 72 0.92 0.10 0 0.72 186.36 0.85 0.15
Hex 6 41 48 5C A 0 48 BA 55 F
Octal 6 101 110 134 12 0 110 272 125 17
Binary 110 1000001 1001000 1011100 1010 0 1001000 10111010 1010101 1111

Color Harmonies of #064148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064148

Black with #064148

Text Example


Text Example

White with #064148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064148; }

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

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

background-color css

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

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

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

border-color css

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

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

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