#050F61

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

Shades of Sapphire #050F61

Tints of Sapphire #050F61

Color information

#050F61 (or 0x050F61) is unknown color: approx Sapphire. HEX triplet: 05, 0F and 61. RGB value is (5,15,97). Sum of RGB (Red+Green+Blue) = 5+15+97=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #050F61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F61 is #FAF09E. Grayscale: #151515. Windows color (decimal): -16445599 or 6360837. OLE color: 6360837.

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

Color convert

RGB51597-
CMYK0.950.8500.62
HSL233.48º90.2%20%-
HSV(B)233.48º94.85%38.04%-
XYZ2.391.2411.42-
YUV21.36170.69116.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 97 (38.28% from 255) = 82.91%
R=4.27%
G=12.82%
B=82.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal515970.950.8500.62233.4890.220
Hex5F615F5503Ee95a14
Octal51714113712507635113224
Binary1011111110000110111111010101011111011101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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