#051B66

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

Shades of Sapphire #051B66

Tints of Sapphire #051B66

Color information

#051B66 (or 0x051B66) is unknown color: approx Sapphire. HEX triplet: 05, 1B and 66. RGB value is (5,27,102). Sum of RGB (Red+Green+Blue) = 5+27+102=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #051B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B66 is #FAE499. Grayscale: #1C1C1C. Windows color (decimal): -16442522 or 6691589. OLE color: 6691589.

HSL color Cylindrical-coordinate representation of color #051B66: hue angle of 226.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051B66 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB527102-
CMYK0.950.7400.6
HSL226.39º90.65%20.98%-
HSV(B)226.39º95.1%40%-
XYZ2.851.7812.76-
YUV28.97169.21110.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 102 (40.23% from 255) = 76.12%
R=3.73%
G=20.15%
B=76.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5271020.950.7400.6226.3990.6520.98
Hex51B665F4A03Ce25b15
Octal53314613711207434213325
Binary10111011110011010111111001010011110011100010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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