#051F6E

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

Shades of Sapphire #051F6E

Tints of Sapphire #051F6E

Color information

#051F6E (or 0x051F6E) is unknown color: approx Sapphire. HEX triplet: 05, 1F and 6E. RGB value is (5,31,110). Sum of RGB (Red+Green+Blue) = 5+31+110=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #051F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F6E is #FAE091. Grayscale: #1F1F1F. Windows color (decimal): -16441490 or 7216901. OLE color: 7216901.

HSL color Cylindrical-coordinate representation of color #051F6E: hue angle of 225.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051F6E is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB531110-
CMYK0.950.7200.57
HSL225.14º91.3%22.55%-
HSV(B)225.14º95.45%43.14%-
XYZ3.372.1414.99-
YUV32.23171.89108.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 110 (43.36% from 255) = 75.34%
R=3.42%
G=21.23%
B=75.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5311100.950.7200.57225.1491.322.55
Hex51F6E5F48039e15b17
Octal53715613711007134113327
Binary10111111110111010111111001000011100111100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051F6E; }

 p { color: rgb(5,31,110); }

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

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

 a { background-color: rgb(5,31,110); }

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

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

 span { border-color: rgb(5,31,110); }

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