#062B6B

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

Shades of Sapphire #062B6B

Tints of Sapphire #062B6B

Color information

#062B6B (or 0x062B6B) is unknown color: approx Sapphire. HEX triplet: 06, 2B and 6B. RGB value is (6,43,107). Sum of RGB (Red+Green+Blue) = 6+43+107=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #062B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B6B is #F9D494. Grayscale: #262626. Windows color (decimal): -16372885 or 7023366. OLE color: 7023366.

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

Color convert

RGB643107-
CMYK0.940.6000.58
HSL218.02º89.38%22.16%-
HSV(B)218.02º94.39%41.96%-
XYZ3.592.8314.27-
YUV39.23166.24104.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 107 (42.19% from 255) = 68.59%
R=3.85%
G=27.56%
B=68.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6431070.940.6000.58218.0289.3822.16
Hex62B6B5E3C03Ada5916
Octal6531531367407233213126
Binary11010101111010111011110111100011101011011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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