#06286A

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

Shades of Sapphire #06286A

Tints of Sapphire #06286A

Color information

#06286A (or 0x06286A) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 6A. RGB value is (6,40,106). Sum of RGB (Red+Green+Blue) = 6+40+106=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #06286A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06286A is #F9D795. Grayscale: #252525. Windows color (decimal): -16373654 or 6957062. OLE color: 6957062.

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

Color convert

RGB640106-
CMYK0.940.6200.58
HSL219.6º89.29%21.96%-
HSV(B)219.6º94.34%41.57%-
XYZ3.442.613.96-
YUV37.36166.74105.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 106 (41.80% from 255) = 69.74%
R=3.95%
G=26.32%
B=69.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6401060.940.6200.58219.689.2921.96
Hex6286A5E3E03Adc5916
Octal6501521367607233413126
Binary11010100011010101011110111110011101011011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06286A; }

 p { color: rgb(6,40,106); }

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

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

 a { background-color: rgb(6,40,106); }

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

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

 span { border-color: rgb(6,40,106); }

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