#08227B

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

Shades of Sapphire #08227B

Tints of Sapphire #08227B

Color information

#08227B (or 0x08227B) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 7B. RGB value is (8,34,123). Sum of RGB (Red+Green+Blue) = 8+34+123=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #08227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08227B is #F7DD84. Grayscale: #232323. Windows color (decimal): -16244101 or 8069640. OLE color: 8069640.

HSL color Cylindrical-coordinate representation of color #08227B: hue angle of 226.43º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08227B is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB834123-
CMYK0.930.7200.52
HSL226.43º87.79%25.69%-
HSV(B)226.43º93.5%48.24%-
XYZ4.252.6319.02-
YUV36.37176.89107.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.85%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 123 (48.44% from 255) = 74.55%
R=4.85%
G=20.61%
B=74.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8341230.930.7200.52226.4387.7925.69
Hex8227B5D48034e2581a
Octal104217313511006434213032
Binary1000100010111101110111011001000011010011100010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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