#051855

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

Shades of Sapphire #051855

Tints of Sapphire #051855

Color information

#051855 (or 0x051855) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 55. RGB value is (5,24,85). Sum of RGB (Red+Green+Blue) = 5+24+85=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 85 (33.59% from 255 or 74.56% from 114); Max value from RGB is 85 - color contains mainly: blue. Hex color #051855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051855 is #FAE7AA. Grayscale: #191919. Windows color (decimal): -16443307 or 5576709. OLE color: 5576709.

HSL color Cylindrical-coordinate representation of color #051855: hue angle of 225.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051855 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB52485-
CMYK0.940.7200.67
HSL225.75º88.89%17.65%-
HSV(B)225.75º94.12%33.33%-
XYZ2.031.348.75-
YUV25.27161.71113.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 85 (33.59% from 255) = 74.56%
R=4.39%
G=21.05%
B=74.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal524850.940.7200.67225.7588.8917.65
Hex518555E48043e25912
Octal530125136110010334213122
Binary101110001010101101111010010000100001111100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051855; }

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

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

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

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

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

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

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

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