#050F4A

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

Shades of Sapphire #050F4A

Tints of Sapphire #050F4A

Color information

#050F4A (or 0x050F4A) is unknown color: approx Sapphire. HEX triplet: 05, 0F and 4A. RGB value is (5,15,74). Sum of RGB (Red+Green+Blue) = 5+15+74=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #050F4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F4A is #FAF0B5. Grayscale: #121212. Windows color (decimal): -16445622 or 4853509. OLE color: 4853509.

HSL color Cylindrical-coordinate representation of color #050F4A: hue angle of 231.3º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050F4A is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB51574-
CMYK0.930.8000.71
HSL231.3º87.34%15.49%-
HSV(B)231.3º93.24%29.02%-
XYZ1.470.876.57-
YUV18.74159.19118.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 15 (6.25% from 255) = 15.96%
BLUE value IS 74 (29.30% from 255) = 78.72%
R=5.32%
G=15.96%
B=78.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal515740.930.8000.71231.387.3415.49
Hex5F4A5D50047e757f
Octal517112135120010734712717
Binary1011111100101010111011010000010001111110011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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