#06246B

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

Shades of Sapphire #06246B

Tints of Sapphire #06246B

Color information

#06246B (or 0x06246B) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 6B. RGB value is (6,36,107). Sum of RGB (Red+Green+Blue) = 6+36+107=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #06246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06246B is #F9DB94. Grayscale: #222222. Windows color (decimal): -16374677 or 7021574. OLE color: 7021574.

HSL color Cylindrical-coordinate representation of color #06246B: hue angle of 222.18º 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 #06246B is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB636107-
CMYK0.940.6600.58
HSL222.18º89.38%22.16%-
HSV(B)222.18º94.39%41.96%-
XYZ3.362.3614.19-
YUV35.12168.56107.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 107 (42.19% from 255) = 71.81%
R=4.03%
G=24.16%
B=71.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6361070.940.6600.58222.1889.3822.16
Hex6246B5E4203Ade5916
Octal64415313610207233613126
Binary110100100110101110111101000010011101011011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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