#040A50

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

Shades of Sapphire #040A50

Tints of Sapphire #040A50

Color information

#040A50 (or 0x040A50) is unknown color: approx Sapphire. HEX triplet: 04, 0A and 50. RGB value is (4,10,80). Sum of RGB (Red+Green+Blue) = 4+10+80=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 80 (31.64% from 255 or 85.11% from 94); Max value from RGB is 80 - color contains mainly: blue. Hex color #040A50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A50 is #FBF5AF. Grayscale: #0F0F0F. Windows color (decimal): -16512432 or 5245444. OLE color: 5245444.

HSL color Cylindrical-coordinate representation of color #040A50: hue angle of 235.26º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040A50 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41080-
CMYK0.950.8700.69
HSL235.26º90.48%16.47%-
HSV(B)235.26º95%31.37%-
XYZ1.610.827.66-
YUV16.19164.01119.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 80 (31.64% from 255) = 85.11%
R=4.26%
G=10.64%
B=85.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal410800.950.8700.69235.2690.4816.47
Hex4A505F57045eb5a10
Octal412120137127010535313220
Binary10010101010000101111110101110100010111101011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040A50; }

 p { color: rgb(4,10,80); }

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

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

 a { background-color: rgb(4,10,80); }

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

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

 span { border-color: rgb(4,10,80); }

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