#051C5F

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

Shades of Sapphire #051C5F

Tints of Sapphire #051C5F

Color information

#051C5F (or 0x051C5F) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 5F. RGB value is (5,28,95). Sum of RGB (Red+Green+Blue) = 5+28+95=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #051C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C5F is #FAE3A0. Grayscale: #1C1C1C. Windows color (decimal): -16442273 or 6233093. OLE color: 6233093.

HSL color Cylindrical-coordinate representation of color #051C5F: hue angle of 224.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051C5F is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB52895-
CMYK0.950.7100.63
HSL224.67º90%19.61%-
HSV(B)224.67º94.74%37.25%-
XYZ2.541.6911.02-
YUV28.76165.38111.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 95 (37.5% from 255) = 74.22%
R=3.91%
G=21.88%
B=74.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal528950.950.7100.63224.679019.61
Hex51C5F5F4703Fe15a14
Octal53413713710707734113224
Binary10111100101111110111111000111011111111100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,95); }

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

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

 a { background-color: rgb(5,28,95); }

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

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

 span { border-color: rgb(5,28,95); }

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