#06217B

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

Shades of Sapphire #06217B

Tints of Sapphire #06217B

Color information

#06217B (or 0x06217B) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 7B. RGB value is (6,33,123). Sum of RGB (Red+Green+Blue) = 6+33+123=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #06217B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06217B is #F9DE84. Grayscale: #222222. Windows color (decimal): -16375429 or 8069382. OLE color: 8069382.

HSL color Cylindrical-coordinate representation of color #06217B: hue angle of 226.15º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06217B is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB633123-
CMYK0.950.7300.52
HSL226.15º90.7%25.29%-
HSV(B)226.15º95.12%48.24%-
XYZ4.192.5619.01-
YUV35.19177.55107.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 123 (48.44% from 255) = 75.93%
R=3.70%
G=20.37%
B=75.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6331230.950.7300.52226.1590.725.29
Hex6217B5F49034e25b19
Octal64117313711106434213331
Binary110100001111101110111111001001011010011100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06217B; }

 p { color: rgb(6,33,123); }

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

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

 a { background-color: rgb(6,33,123); }

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

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

 span { border-color: rgb(6,33,123); }

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