#051465

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

Shades of Sapphire #051465

Tints of Sapphire #051465

Color information

#051465 (or 0x051465) is unknown color: approx Sapphire. HEX triplet: 05, 14 and 65. RGB value is (5,20,101). Sum of RGB (Red+Green+Blue) = 5+20+101=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 101 (39.84% from 255 or 80.16% from 126); Max value from RGB is 101 - color contains mainly: blue. Hex color #051465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051465 is #FAEB9A. Grayscale: #181818. Windows color (decimal): -16444315 or 6624261. OLE color: 6624261.

HSL color Cylindrical-coordinate representation of color #051465: hue angle of 230.62º 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 #051465 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB520101-
CMYK0.950.8000.60
HSL230.62º90.57%20.78%-
HSV(B)230.62º95.05%39.61%-
XYZ2.661.4712.46-
YUV24.75171.03113.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 101 (39.84% from 255) = 80.16%
R=3.97%
G=15.87%
B=80.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5201010.950.8000.60230.6290.5720.78
Hex514655F5003Ce75b15
Octal52414513712007434713325
Binary10110100110010110111111010000011110011100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051465; }

 p { color: rgb(5,20,101); }

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

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

 a { background-color: rgb(5,20,101); }

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

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

 span { border-color: rgb(5,20,101); }

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