#051861

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

Shades of Sapphire #051861

Tints of Sapphire #051861

Color information

#051861 (or 0x051861) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 61. RGB value is (5,24,97). Sum of RGB (Red+Green+Blue) = 5+24+97=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 97 (38.28% from 255 or 76.98% from 126); Max value from RGB is 97 - color contains mainly: blue. Hex color #051861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051861 is #FAE79E. Grayscale: #1A1A1A. Windows color (decimal): -16443295 or 6363141. OLE color: 6363141.

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

Color convert

RGB52497-
CMYK0.950.7500.62
HSL227.61º90.2%20%-
HSV(B)227.61º94.85%38.04%-
XYZ2.551.5511.47-
YUV26.64167.71112.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 97 (38.28% from 255) = 76.98%
R=3.97%
G=19.05%
B=76.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal524970.950.7500.62227.6190.220
Hex518615F4B03Ee45a14
Octal53014113711307634413224
Binary10111000110000110111111001011011111011100100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051861; }

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

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

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

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

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

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

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

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