#050F4B

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

Shades of Sapphire #050F4B

Tints of Sapphire #050F4B

Color information

#050F4B (or 0x050F4B) is unknown color: approx Sapphire. HEX triplet: 05, 0F and 4B. RGB value is (5,15,75). Sum of RGB (Red+Green+Blue) = 5+15+75=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #050F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F4B is #FAF0B4. Grayscale: #121212. Windows color (decimal): -16445621 or 4919045. OLE color: 4919045.

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

Color convert

RGB51575-
CMYK0.930.8000.71
HSL231.43º87.5%15.69%-
HSV(B)231.43º93.33%29.41%-
XYZ1.50.886.75-
YUV18.85159.69118.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 15 (6.25% from 255) = 15.79%
BLUE value IS 75 (29.69% from 255) = 78.95%
R=5.26%
G=15.79%
B=78.95%

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
Decimal515750.930.8000.71231.4387.515.69
Hex5F4B5D50047e75810
Octal517113135120010734713020
Binary10111111001011101110110100000100011111100111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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