#08134B

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

Shades of Sapphire #08134B

Tints of Sapphire #08134B

Color information

#08134B (or 0x08134B) is unknown color: approx Sapphire. HEX triplet: 08, 13 and 4B. RGB value is (8,19,75). Sum of RGB (Red+Green+Blue) = 8+19+75=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #08134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08134B is #F7ECB4. Grayscale: #151515. Windows color (decimal): -16247989 or 4920072. OLE color: 4920072.

HSL color Cylindrical-coordinate representation of color #08134B: hue angle of 230.15º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08134B is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB81975-
CMYK0.890.7500.71
HSL230.15º80.72%16.27%-
HSV(B)230.15º89.33%29.41%-
XYZ1.61.036.77-
YUV22.1157.86117.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 75 (29.69% from 255) = 73.53%
R=7.84%
G=18.63%
B=73.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal819750.890.7500.71230.1580.7216.27
Hex8134B594B047e65110
Octal1023113131113010734612120
Binary1000100111001011101100110010110100011111100110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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