#051968

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

Shades of Sapphire #051968

Tints of Sapphire #051968

Color information

#051968 (or 0x051968) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 68. RGB value is (5,25,104). Sum of RGB (Red+Green+Blue) = 5+25+104=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #051968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051968 is #FAE697. Grayscale: #1B1B1B. Windows color (decimal): -16443032 or 6822149. OLE color: 6822149.

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

Color convert

RGB525104-
CMYK0.950.7600.59
HSL227.88º90.83%21.37%-
HSV(B)227.88º95.19%40.78%-
XYZ2.911.7313.28-
YUV28.03170.87111.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 104 (41.02% from 255) = 77.61%
R=3.73%
G=18.66%
B=77.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5251040.950.7600.59227.8890.8321.37
Hex519685F4C03Be45b15
Octal53115013711407334413325
Binary10111001110100010111111001100011101111100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051968; }

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

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

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

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

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

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

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

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