#08134F

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

Shades of Sapphire #08134F

Tints of Sapphire #08134F

Color information

#08134F (or 0x08134F) is unknown color: approx Sapphire. HEX triplet: 08, 13 and 4F. RGB value is (8,19,79). Sum of RGB (Red+Green+Blue) = 8+19+79=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #08134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08134F is #F7ECB0. Grayscale: #161616. Windows color (decimal): -16247985 or 5182216. OLE color: 5182216.

HSL color Cylindrical-coordinate representation of color #08134F: hue angle of 230.7º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08134F is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB81979-
CMYK0.900.7600.69
HSL230.7º81.61%17.06%-
HSV(B)230.7º89.87%30.98%-
XYZ1.741.087.51-
YUV22.55159.86117.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 79 (31.25% from 255) = 74.53%
R=7.55%
G=17.92%
B=74.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal819790.900.7600.69230.781.6117.06
Hex8134F5A4C045e75211
Octal1023117132114010534712221
Binary1000100111001111101101010011000100010111100111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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