#05136B

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

Shades of Sapphire #05136B

Tints of Sapphire #05136B

Color information

#05136B (or 0x05136B) is unknown color: approx Sapphire. HEX triplet: 05, 13 and 6B. RGB value is (5,19,107). Sum of RGB (Red+Green+Blue) = 5+19+107=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #05136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05136B is #FAEC94. Grayscale: #181818. Windows color (decimal): -16444565 or 7017221. OLE color: 7017221.

HSL color Cylindrical-coordinate representation of color #05136B: hue angle of 231.76º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05136B is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB519107-
CMYK0.950.8200.58
HSL231.76º91.07%21.96%-
HSV(B)231.76º95.33%41.96%-
XYZ2.951.5614.06-
YUV24.85174.36113.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 107 (42.19% from 255) = 81.68%
R=3.82%
G=14.50%
B=81.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5191070.950.8200.58231.7691.0721.96
Hex5136B5F5203Ae85b16
Octal52315313712207235013326
Binary10110011110101110111111010010011101011101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,19,107); }

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

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

 a { background-color: rgb(5,19,107); }

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

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

 span { border-color: rgb(5,19,107); }

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