#040A53

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

Shades of Sapphire #040A53

Tints of Sapphire #040A53

Color information

#040A53 (or 0x040A53) is unknown color: approx Sapphire. HEX triplet: 04, 0A and 53. RGB value is (4,10,83). Sum of RGB (Red+Green+Blue) = 4+10+83=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #040A53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A53 is #FBF5AC. Grayscale: #101010. Windows color (decimal): -16512429 or 5442052. OLE color: 5442052.

HSL color Cylindrical-coordinate representation of color #040A53: hue angle of 235.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040A53 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB41083-
CMYK0.950.8800.67
HSL235.44º90.8%17.06%-
HSV(B)235.44º95.18%32.55%-
XYZ1.720.878.26-
YUV16.53165.51119.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 83 (32.81% from 255) = 85.57%
R=4.12%
G=10.31%
B=85.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal410830.950.8800.67235.4490.817.06
Hex4A535F58043eb5b11
Octal412123137130010335313321
Binary10010101010011101111110110000100001111101011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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