#040B56

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

Shades of Sapphire #040B56

Tints of Sapphire #040B56

Color information

#040B56 (or 0x040B56) is unknown color: approx Sapphire. HEX triplet: 04, 0B and 56. RGB value is (4,11,86). Sum of RGB (Red+Green+Blue) = 4+11+86=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 86 (33.98% from 255 or 85.15% from 101); Max value from RGB is 86 - color contains mainly: blue. Hex color #040B56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B56 is #FBF4A9. Grayscale: #111111. Windows color (decimal): -16512170 or 5638916. OLE color: 5638916.

HSL color Cylindrical-coordinate representation of color #040B56: hue angle of 234.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040B56 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB41186-
CMYK0.950.8700.66
HSL234.88º91.11%17.65%-
HSV(B)234.88º95.35%33.73%-
XYZ1.850.948.89-
YUV17.46166.68118.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.96%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 86 (33.98% from 255) = 85.15%
R=3.96%
G=10.89%
B=85.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal411860.950.8700.66234.8891.1117.65
Hex4B565F57042eb5b12
Octal413126137127010235313322
Binary10010111010110101111110101110100001011101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,11,86); }

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

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

 a { background-color: rgb(4,11,86); }

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

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

 span { border-color: rgb(4,11,86); }

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