#064752

Color #064752 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #064752

Tints of Sherpa Blue #064752

Color information

#064752 (or 0x064752) is unknown color: approx Sherpa Blue. HEX triplet: 06, 47 and 52. RGB value is (6,71,82). Sum of RGB (Red+Green+Blue) = 6+71+82=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #064752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064752 is #F9B8AD. Grayscale: #343434. Windows color (decimal): -16365742 or 5392134. OLE color: 5392134.

HSL color Cylindrical-coordinate representation of color #064752: hue angle of 188.68º 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 #064752 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB67182-
CMYK0.930.1300.68
HSL188.68º86.36%17.25%-
HSV(B)188.68º92.68%32.16%-
XYZ3.855.158.77-
YUV52.82144.4794.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=3.77%
G=44.65%
B=51.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal671820.930.1300.68188.6886.3617.25
Hex647525DD044bd5611
Octal610712213515010427512621
Binary11010001111010010101110111010100010010111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064752; }

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

 H1.HeaderClassName
 {
   color: #064752;
 }
 .AnyTagClassName
 {
   color: #064752;
 }
</style>
background-color css

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

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

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

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

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

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