#08266C

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

Shades of Sapphire #08266C

Tints of Sapphire #08266C

Color information

#08266C (or 0x08266C) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 6C. RGB value is (8,38,108). Sum of RGB (Red+Green+Blue) = 8+38+108=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #08266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08266C is #F7D993. Grayscale: #242424. Windows color (decimal): -16243092 or 7087624. OLE color: 7087624.

HSL color Cylindrical-coordinate representation of color #08266C: hue angle of 222º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08266C is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB838108-
CMYK0.930.6500.58
HSL222º86.21%22.75%-
HSV(B)222º92.59%42.35%-
XYZ3.52.5214.49-
YUV37.01168.06107.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 108 (42.58% from 255) = 70.13%
R=5.19%
G=24.68%
B=70.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8381080.930.6500.5822286.2122.75
Hex8266C5D4103Ade5617
Octal104615413510107233612627
Binary1000100110110110010111011000001011101011011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08266C; }

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

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

<style>
 a { background-color: #08266C; }

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

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

<style>
 span { border-color: #08266C; }

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

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