#08227A

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

Shades of Sapphire #08227A

Tints of Sapphire #08227A

Color information

#08227A (or 0x08227A) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 7A. RGB value is (8,34,122). Sum of RGB (Red+Green+Blue) = 8+34+122=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 122 (48.05% from 255 or 74.39% from 164); Max value from RGB is 122 - color contains mainly: blue. Hex color #08227A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08227A is #F7DD85. Grayscale: #232323. Windows color (decimal): -16244102 or 8004104. OLE color: 8004104.

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

Color convert

RGB834122-
CMYK0.930.7200.52
HSL226.32º87.69%25.49%-
HSV(B)226.32º93.44%47.84%-
XYZ4.192.618.69-
YUV36.26176.39107.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 122 (48.05% from 255) = 74.39%
R=4.88%
G=20.73%
B=74.39%

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
Decimal8341220.930.7200.52226.3287.6925.49
Hex8227A5D48034e25819
Octal104217213511006434213031
Binary1000100010111101010111011001000011010011100010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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