#08265B

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

Shades of Sapphire #08265B

Tints of Sapphire #08265B

Color information

#08265B (or 0x08265B) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 5B. RGB value is (8,38,91). Sum of RGB (Red+Green+Blue) = 8+38+91=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 38 (15.23% from 255 or 27.74% 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 #08265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08265B is #F7D9A4. Grayscale: #222222. Windows color (decimal): -16243109 or 5973512. OLE color: 5973512.

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

Color convert

RGB83891-
CMYK0.910.5800.64
HSL218.31º83.84%19.41%-
HSV(B)218.31º91.21%35.69%-
XYZ2.682.1910.18-
YUV35.07159.56108.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 91 (35.94% from 255) = 66.42%
R=5.84%
G=27.74%
B=66.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal838910.910.5800.64218.3183.8419.41
Hex8265B5B3A040da5413
Octal104613313372010033212423
Binary1000100110101101110110111110100100000011011010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,38,91); }

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

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

 a { background-color: rgb(8,38,91); }

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

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

 span { border-color: rgb(8,38,91); }

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