#051769

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

Shades of Sapphire #051769

Tints of Sapphire #051769

Color information

#051769 (or 0x051769) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 69. RGB value is (5,23,105). Sum of RGB (Red+Green+Blue) = 5+23+105=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #051769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051769 is #FAE896. Grayscale: #1A1A1A. Windows color (decimal): -16443543 or 6887173. OLE color: 6887173.

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

Color convert

RGB523105-
CMYK0.950.7800.59
HSL229.2º90.91%21.57%-
HSV(B)229.2º95.24%41.18%-
XYZ2.921.6613.53-
YUV26.97172.04112.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 105 (41.41% from 255) = 78.95%
R=3.76%
G=17.29%
B=78.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5231050.950.7800.59229.290.9121.57
Hex517695F4E03Be55b16
Octal52715113711607334513326
Binary10110111110100110111111001110011101111100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051769; }

 p { color: rgb(5,23,105); }

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

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

 a { background-color: rgb(5,23,105); }

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

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

 span { border-color: rgb(5,23,105); }

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