#062B65

Color #062B65 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #062B65

Tints of Sapphire #062B65

Color information

#062B65 (or 0x062B65) is unknown color: approx Sapphire. HEX triplet: 06, 2B and 65. RGB value is (6,43,101). Sum of RGB (Red+Green+Blue) = 6+43+101=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #062B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B65 is #F9D49A. Grayscale: #262626. Windows color (decimal): -16372891 or 6630150. OLE color: 6630150.

HSL color Cylindrical-coordinate representation of color #062B65: hue angle of 216.63º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062B65 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB643101-
CMYK0.940.5700.60
HSL216.63º88.79%20.98%-
HSV(B)216.63º94.06%39.61%-
XYZ3.292.7112.66-
YUV38.55163.24104.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 43 (17.19% from 255) = 28.67%
BLUE value IS 101 (39.84% from 255) = 67.33%
R=4%
G=28.67%
B=67.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6431010.940.5700.60216.6388.7920.98
Hex62B655E3903Cd95915
Octal6531451367107433113125
Binary11010101111001011011110111001011110011011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062B65; }

 p { color: rgb(6,43,101); }

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

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

 a { background-color: rgb(6,43,101); }

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

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

 span { border-color: rgb(6,43,101); }

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