#050F54

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

Shades of Sapphire #050F54

Tints of Sapphire #050F54

Color information

#050F54 (or 0x050F54) is unknown color: approx Sapphire. HEX triplet: 05, 0F and 54. RGB value is (5,15,84). Sum of RGB (Red+Green+Blue) = 5+15+84=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #050F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F54 is #FAF0AB. Grayscale: #131313. Windows color (decimal): -16445612 or 5508869. OLE color: 5508869.

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

Color convert

RGB51584-
CMYK0.940.8200.67
HSL232.41º88.76%17.45%-
HSV(B)232.41º94.05%32.94%-
XYZ1.831.018.49-
YUV19.88164.19117.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 15 (6.25% from 255) = 14.42%
BLUE value IS 84 (33.20% from 255) = 80.77%
R=4.81%
G=14.42%
B=80.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal515840.940.8200.67232.4188.7617.45
Hex5F545E52043e85911
Octal517124136122010335013121
Binary10111111010100101111010100100100001111101000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050F54; }

 p { color: rgb(5,15,84); }

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

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

 a { background-color: rgb(5,15,84); }

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

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

 span { border-color: rgb(5,15,84); }

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