#051367

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

Shades of Sapphire #051367

Tints of Sapphire #051367

Color information

#051367 (or 0x051367) is unknown color: approx Sapphire. HEX triplet: 05, 13 and 67. RGB value is (5,19,103). Sum of RGB (Red+Green+Blue) = 5+19+103=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #051367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051367 is #FAEC98. Grayscale: #181818. Windows color (decimal): -16444569 or 6755077. OLE color: 6755077.

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

Color convert

RGB519103-
CMYK0.950.8200.60
HSL231.43º90.74%21.18%-
HSV(B)231.43º95.15%40.39%-
XYZ2.741.4812.97-
YUV24.39172.36114.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 103 (40.62% from 255) = 81.10%
R=3.94%
G=14.96%
B=81.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5191030.950.8200.60231.4390.7421.18
Hex513675F5203Ce75b15
Octal52314713712207434713325
Binary10110011110011110111111010010011110011100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051367; }

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

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

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

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

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

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

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

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