#051A6F

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

Shades of Sapphire #051A6F

Tints of Sapphire #051A6F

Color information

#051A6F (or 0x051A6F) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 6F. RGB value is (5,26,111). Sum of RGB (Red+Green+Blue) = 5+26+111=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #051A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A6F is #FAE590. Grayscale: #1D1D1D. Windows color (decimal): -16442769 or 7281157. OLE color: 7281157.

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

Color convert

RGB526111-
CMYK0.950.7700.56
HSL228.11º91.38%22.75%-
HSV(B)228.11º95.5%43.53%-
XYZ3.31.9215.24-
YUV29.41174.04110.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 111 (43.75% from 255) = 78.17%
R=3.52%
G=18.31%
B=78.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5261110.950.7700.56228.1191.3822.75
Hex51A6F5F4D038e45b17
Octal53215713711507034413327
Binary10111010110111110111111001101011100011100100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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