#08275B

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

Shades of Sapphire #08275B

Tints of Sapphire #08275B

Color information

#08275B (or 0x08275B) is unknown color: approx Sapphire. HEX triplet: 08, 27 and 5B. RGB value is (8,39,91). Sum of RGB (Red+Green+Blue) = 8+39+91=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #08275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08275B is #F7D8A4. Grayscale: #232323. Windows color (decimal): -16242853 or 5973768. OLE color: 5973768.

HSL color Cylindrical-coordinate representation of color #08275B: hue angle of 217.59º 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 #08275B is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB83991-
CMYK0.910.5700.64
HSL217.59º83.84%19.41%-
HSV(B)217.59º91.21%35.69%-
XYZ2.712.2610.19-
YUV35.66159.23108.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 91 (35.94% from 255) = 65.94%
R=5.80%
G=28.26%
B=65.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal839910.910.5700.64217.5983.8419.41
Hex8275B5B39040da5413
Octal104713313371010033212423
Binary1000100111101101110110111110010100000011011010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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