#08225D

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

Shades of Sapphire #08225D

Tints of Sapphire #08225D

Color information

#08225D (or 0x08225D) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 5D. RGB value is (8,34,93). Sum of RGB (Red+Green+Blue) = 8+34+93=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #08225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08225D is #F7DDA2. Grayscale: #202020. Windows color (decimal): -16244131 or 6103560. OLE color: 6103560.

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

Color convert

RGB83493-
CMYK0.910.6300.64
HSL221.65º84.16%19.8%-
HSV(B)221.65º91.4%36.47%-
XYZ2.651.9910.6-
YUV32.95161.89110.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 93 (36.72% from 255) = 68.89%
R=5.93%
G=25.19%
B=68.89%

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
Decimal834930.910.6300.64221.6584.1619.8
Hex8225D5B3F040de5414
Octal104213513377010033612424
Binary1000100010101110110110111111110100000011011110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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