#08135B

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

Shades of Sapphire #08135B

Tints of Sapphire #08135B

Color information

#08135B (or 0x08135B) is unknown color: approx Sapphire. HEX triplet: 08, 13 and 5B. RGB value is (8,19,91). Sum of RGB (Red+Green+Blue) = 8+19+91=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #08135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08135B is #F7ECA4. Grayscale: #171717. Windows color (decimal): -16247973 or 5968648. OLE color: 5968648.

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

Color convert

RGB81991-
CMYK0.910.7900.64
HSL232.05º83.84%19.41%-
HSV(B)232.05º91.21%35.69%-
XYZ2.221.2710.03-
YUV23.92165.86116.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 91 (35.94% from 255) = 77.12%
R=6.78%
G=16.10%
B=77.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal819910.910.7900.64232.0583.8419.41
Hex8135B5B4F040e85413
Octal1023133133117010035012423
Binary1000100111011011101101110011110100000011101000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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