#040A4E

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

Shades of Sapphire #040A4E

Tints of Sapphire #040A4E

Color information

#040A4E (or 0x040A4E) is unknown color: approx Sapphire. HEX triplet: 04, 0A and 4E. RGB value is (4,10,78). Sum of RGB (Red+Green+Blue) = 4+10+78=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 78 (30.86% from 255 or 84.78% from 92); Max value from RGB is 78 - color contains mainly: blue. Hex color #040A4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A4E is #FBF5B1. Grayscale: #0F0F0F. Windows color (decimal): -16512434 or 5114372. OLE color: 5114372.

HSL color Cylindrical-coordinate representation of color #040A4E: hue angle of 235.14º 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 #040A4E is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41078-
CMYK0.950.8700.69
HSL235.14º90.24%16.08%-
HSV(B)235.14º94.87%30.59%-
XYZ1.530.797.28-
YUV15.96163.01119.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 78 (30.86% from 255) = 84.78%
R=4.35%
G=10.87%
B=84.78%

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
Decimal410780.950.8700.69235.1490.2416.08
Hex4A4E5F57045eb5a10
Octal412116137127010535313220
Binary10010101001110101111110101110100010111101011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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