#051F61

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

Shades of Sapphire #051F61

Tints of Sapphire #051F61

Color information

#051F61 (or 0x051F61) is unknown color: approx Sapphire. HEX triplet: 05, 1F and 61. RGB value is (5,31,97). Sum of RGB (Red+Green+Blue) = 5+31+97=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #051F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F61 is #FAE09E. Grayscale: #1E1E1E. Windows color (decimal): -16441503 or 6364933. OLE color: 6364933.

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

Color convert

RGB53197-
CMYK0.950.6800.62
HSL223.04º90.2%20%-
HSV(B)223.04º94.85%38.04%-
XYZ2.711.8811.53-
YUV30.75165.39109.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=3.76%
G=23.31%
B=72.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal531970.950.6800.62223.0490.220
Hex51F615F4403Edf5a14
Octal53714113710407633713224
Binary10111111110000110111111000100011111011011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,31,97); }

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

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

 a { background-color: rgb(5,31,97); }

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

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

 span { border-color: rgb(5,31,97); }

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