#040E5A

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

Shades of Sapphire #040E5A

Tints of Sapphire #040E5A

Color information

#040E5A (or 0x040E5A) is unknown color: approx Sapphire. HEX triplet: 04, 0E and 5A. RGB value is (4,14,90). Sum of RGB (Red+Green+Blue) = 4+14+90=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 90 (35.55% from 255 or 83.33% from 108); Max value from RGB is 90 - color contains mainly: blue. Hex color #040E5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E5A is #FBF1A5. Grayscale: #131313. Windows color (decimal): -16511398 or 5901828. OLE color: 5901828.

HSL color Cylindrical-coordinate representation of color #040E5A: hue angle of 233.02º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E5A is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41490-
CMYK0.960.8400.65
HSL233.02º91.49%18.43%-
HSV(B)233.02º95.56%35.29%-
XYZ2.051.089.77-
YUV19.67167.69116.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 90 (35.55% from 255) = 83.33%
R=3.70%
G=12.96%
B=83.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal414900.960.8400.65233.0291.4918.43
Hex4E5A6054041e95b12
Octal416132140124010135113322
Binary10011101011010110000010101000100000111101001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,14,90); }

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

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

 a { background-color: rgb(4,14,90); }

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

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

 span { border-color: rgb(4,14,90); }

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