#051B6F

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

Shades of Sapphire #051B6F

Tints of Sapphire #051B6F

Color information

#051B6F (or 0x051B6F) is unknown color: approx Sapphire. HEX triplet: 05, 1B and 6F. RGB value is (5,27,111). Sum of RGB (Red+Green+Blue) = 5+27+111=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #051B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B6F is #FAE490. Grayscale: #1D1D1D. Windows color (decimal): -16442513 or 7281413. OLE color: 7281413.

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

Color convert

RGB527111-
CMYK0.950.7600.56
HSL227.55º91.38%22.75%-
HSV(B)227.55º95.5%43.53%-
XYZ3.321.9615.24-
YUV30173.71110.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 111 (43.75% from 255) = 77.62%
R=3.50%
G=18.88%
B=77.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5271110.950.7600.56227.5591.3822.75
Hex51B6F5F4C038e45b17
Octal53315713711407034413327
Binary10111011110111110111111001100011100011100100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,27,111); }

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

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

 a { background-color: rgb(5,27,111); }

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

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

 span { border-color: rgb(5,27,111); }

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