#08225B

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

Shades of Sapphire #08225B

Tints of Sapphire #08225B

Color information

#08225B (or 0x08225B) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 5B. RGB value is (8,34,91). Sum of RGB (Red+Green+Blue) = 8+34+91=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #08225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08225B is #F7DDA4. Grayscale: #202020. Windows color (decimal): -16244133 or 5972488. OLE color: 5972488.

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

Color convert

RGB83491-
CMYK0.910.6300.64
HSL221.2º83.84%19.41%-
HSV(B)221.2º91.21%35.69%-
XYZ2.561.9510.14-
YUV32.72160.89110.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 91 (35.94% from 255) = 68.42%
R=6.02%
G=25.56%
B=68.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal834910.910.6300.64221.283.8419.41
Hex8225B5B3F040dd5413
Octal104213313377010033512423
Binary1000100010101101110110111111110100000011011101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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