#06207B

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

Shades of Sapphire #06207B

Tints of Sapphire #06207B

Color information

#06207B (or 0x06207B) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 7B. RGB value is (6,32,123). Sum of RGB (Red+Green+Blue) = 6+32+123=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #06207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06207B is #F9DF84. Grayscale: #222222. Windows color (decimal): -16375685 or 8069126. OLE color: 8069126.

HSL color Cylindrical-coordinate representation of color #06207B: hue angle of 226.67º 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 #06207B is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB632123-
CMYK0.950.7400.52
HSL226.67º90.7%25.29%-
HSV(B)226.67º95.12%48.24%-
XYZ4.172.519-
YUV34.6177.89107.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 123 (48.44% from 255) = 76.40%
R=3.73%
G=19.88%
B=76.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6321230.950.7400.52226.6790.725.29
Hex6207B5F4A034e35b19
Octal64017313711206434313331
Binary110100000111101110111111001010011010011100011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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