#051368

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

Shades of Sapphire #051368

Tints of Sapphire #051368

Color information

#051368 (or 0x051368) is unknown color: approx Sapphire. HEX triplet: 05, 13 and 68. RGB value is (5,19,104). Sum of RGB (Red+Green+Blue) = 5+19+104=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #051368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051368 is #FAEC97. Grayscale: #181818. Windows color (decimal): -16444568 or 6820613. OLE color: 6820613.

HSL color Cylindrical-coordinate representation of color #051368: hue angle of 231.52º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051368 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB519104-
CMYK0.950.8200.59
HSL231.52º90.83%21.37%-
HSV(B)231.52º95.19%40.78%-
XYZ2.791.513.24-
YUV24.5172.86114.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 104 (41.02% from 255) = 81.25%
R=3.91%
G=14.84%
B=81.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5191040.950.8200.59231.5290.8321.37
Hex513685F5203Be85b15
Octal52315013712207335013325
Binary10110011110100010111111010010011101111101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051368; }

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

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

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

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

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

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

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

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