#062966

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

Shades of Sapphire #062966

Tints of Sapphire #062966

Color information

#062966 (or 0x062966) is unknown color: approx Sapphire. HEX triplet: 06, 29 and 66. RGB value is (6,41,102). Sum of RGB (Red+Green+Blue) = 6+41+102=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #062966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062966 is #F9D699. Grayscale: #252525. Windows color (decimal): -16373402 or 6695174. OLE color: 6695174.

HSL color Cylindrical-coordinate representation of color #062966: hue angle of 218.12º 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 #062966 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB641102-
CMYK0.940.6000.6
HSL218.12º88.89%21.18%-
HSV(B)218.12º94.12%40%-
XYZ3.272.5812.9-
YUV37.49164.4105.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 102 (40.23% from 255) = 68.46%
R=4.03%
G=27.52%
B=68.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6411020.940.6000.6218.1288.8921.18
Hex629665E3C03Cda5915
Octal6511461367407433213125
Binary11010100111001101011110111100011110011011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062966; }

 p { color: rgb(6,41,102); }

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

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

 a { background-color: rgb(6,41,102); }

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

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

 span { border-color: rgb(6,41,102); }

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