#08125B

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

Shades of Sapphire #08125B

Tints of Sapphire #08125B

Color information

#08125B (or 0x08125B) is unknown color: approx Sapphire. HEX triplet: 08, 12 and 5B. RGB value is (8,18,91). Sum of RGB (Red+Green+Blue) = 8+18+91=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #08125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08125B is #F7EDA4. Grayscale: #171717. Windows color (decimal): -16248229 or 5968392. OLE color: 5968392.

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

Color convert

RGB81891-
CMYK0.910.8000.64
HSL232.77º83.84%19.41%-
HSV(B)232.77º91.21%35.69%-
XYZ2.21.2410.02-
YUV23.33166.19117.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 91 (35.94% from 255) = 77.78%
R=6.84%
G=15.38%
B=77.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal818910.910.8000.64232.7783.8419.41
Hex8125B5B50040e95413
Octal1022133133120010035112423
Binary1000100101011011101101110100000100000011101001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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