#040B4F

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

Shades of Sapphire #040B4F

Tints of Sapphire #040B4F

Color information

#040B4F (or 0x040B4F) is unknown color: approx Sapphire. HEX triplet: 04, 0B and 4F. RGB value is (4,11,79). Sum of RGB (Red+Green+Blue) = 4+11+79=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #040B4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B4F is #FBF4B0. Grayscale: #101010. Windows color (decimal): -16512177 or 5180164. OLE color: 5180164.

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

Color convert

RGB41179-
CMYK0.950.8600.69
HSL234.4º90.36%16.27%-
HSV(B)234.4º94.94%30.98%-
XYZ1.580.837.47-
YUV16.66163.18118.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 79 (31.25% from 255) = 84.04%
R=4.26%
G=11.70%
B=84.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal411790.950.8600.69234.490.3616.27
Hex4B4F5F56045ea5a10
Octal413117137126010535213220
Binary10010111001111101111110101100100010111101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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