#051B6A

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

Shades of Sapphire #051B6A

Tints of Sapphire #051B6A

Color information

#051B6A (or 0x051B6A) is unknown color: approx Sapphire. HEX triplet: 05, 1B and 6A. RGB value is (5,27,106). Sum of RGB (Red+Green+Blue) = 5+27+106=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 106 (41.80% from 255 or 76.81% from 138); Max value from RGB is 106 - color contains mainly: blue. Hex color #051B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B6A is #FAE495. Grayscale: #1D1D1D. Windows color (decimal): -16442518 or 6953733. OLE color: 6953733.

HSL color Cylindrical-coordinate representation of color #051B6A: hue angle of 226.93º 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 #051B6A is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB527106-
CMYK0.950.7500.58
HSL226.93º90.99%21.76%-
HSV(B)226.93º95.28%41.57%-
XYZ3.061.8613.83-
YUV29.43171.21110.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 106 (41.80% from 255) = 76.81%
R=3.62%
G=19.57%
B=76.81%

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
Decimal5271060.950.7500.58226.9390.9921.76
Hex51B6A5F4B03Ae35b16
Octal53315213711307234313326
Binary10111011110101010111111001011011101011100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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