#051B6B

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

Shades of Sapphire #051B6B

Tints of Sapphire #051B6B

Color information

#051B6B (or 0x051B6B) is unknown color: approx Sapphire. HEX triplet: 05, 1B and 6B. RGB value is (5,27,107). Sum of RGB (Red+Green+Blue) = 5+27+107=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #051B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B6B is #FAE494. Grayscale: #1D1D1D. Windows color (decimal): -16442517 or 7019269. OLE color: 7019269.

HSL color Cylindrical-coordinate representation of color #051B6B: hue angle of 227.06º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051B6B is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB527107-
CMYK0.950.7500.58
HSL227.06º91.07%21.96%-
HSV(B)227.06º95.33%41.96%-
XYZ3.111.8814.11-
YUV29.54171.71110.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 107 (42.19% from 255) = 76.98%
R=3.60%
G=19.42%
B=76.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5271070.950.7500.58227.0691.0721.96
Hex51B6B5F4B03Ae35b16
Octal53315313711307234313326
Binary10111011110101110111111001011011101011100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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