#06285B

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

Shades of Sapphire #06285B

Tints of Sapphire #06285B

Color information

#06285B (or 0x06285B) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 5B. RGB value is (6,40,91). Sum of RGB (Red+Green+Blue) = 6+40+91=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #06285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06285B is #F9D7A4. Grayscale: #232323. Windows color (decimal): -16373669 or 5974022. OLE color: 5974022.

HSL color Cylindrical-coordinate representation of color #06285B: hue angle of 216º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06285B is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB64091-
CMYK0.930.5600.64
HSL216º87.63%19.02%-
HSV(B)216º93.41%35.69%-
XYZ2.722.3110.2-
YUV35.65159.24106.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 91 (35.94% from 255) = 66.42%
R=4.38%
G=29.20%
B=66.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal640910.930.5600.6421687.6319.02
Hex6285B5D38040d85813
Octal65013313570010033013023
Binary110101000101101110111011110000100000011011000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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