#08265A

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

Shades of Sapphire #08265A

Tints of Sapphire #08265A

Color information

#08265A (or 0x08265A) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 5A. RGB value is (8,38,90). Sum of RGB (Red+Green+Blue) = 8+38+90=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #08265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08265A is #F7D9A5. Grayscale: #222222. Windows color (decimal): -16243110 or 5907976. OLE color: 5907976.

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

Color convert

RGB83890-
CMYK0.910.5800.65
HSL218.05º83.67%19.22%-
HSV(B)218.05º91.11%35.29%-
XYZ2.642.189.95-
YUV34.96159.06108.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 90 (35.55% from 255) = 66.18%
R=5.88%
G=27.94%
B=66.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal838900.910.5800.65218.0583.6719.22
Hex8265A5B3A041da5413
Octal104613213372010133212423
Binary1000100110101101010110111110100100000111011010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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