#08226F

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

Shades of Sapphire #08226F

Tints of Sapphire #08226F

Color information

#08226F (or 0x08226F) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 6F. RGB value is (8,34,111). Sum of RGB (Red+Green+Blue) = 8+34+111=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #08226F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08226F is #F7DD90. Grayscale: #222222. Windows color (decimal): -16244113 or 7283208. OLE color: 7283208.

HSL color Cylindrical-coordinate representation of color #08226F: hue angle of 224.85º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08226F is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB834111-
CMYK0.930.6900.56
HSL224.85º86.55%23.33%-
HSV(B)224.85º92.79%43.53%-
XYZ3.542.3415.3-
YUV35170.89108.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 111 (43.75% from 255) = 72.55%
R=5.23%
G=22.22%
B=72.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8341110.930.6900.56224.8586.5523.33
Hex8226F5D45038e15717
Octal104215713510507034112727
Binary1000100010110111110111011000101011100011100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08226F; }

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

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

<style>
 a { background-color: #08226F; }

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

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

<style>
 span { border-color: #08226F; }

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

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