#040F4B

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

Shades of Sapphire #040F4B

Tints of Sapphire #040F4B

Color information

#040F4B (or 0x040F4B) is unknown color: approx Sapphire. HEX triplet: 04, 0F and 4B. RGB value is (4,15,75). Sum of RGB (Red+Green+Blue) = 4+15+75=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #040F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F4B is #FBF0B4. Grayscale: #121212. Windows color (decimal): -16511157 or 4919044. OLE color: 4919044.

HSL color Cylindrical-coordinate representation of color #040F4B: hue angle of 230.7º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040F4B is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB41575-
CMYK0.950.8000.71
HSL230.7º89.87%15.49%-
HSV(B)230.7º94.67%29.41%-
XYZ1.490.886.75-
YUV18.55159.86117.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 15 (6.25% from 255) = 15.96%
BLUE value IS 75 (29.69% from 255) = 79.79%
R=4.26%
G=15.96%
B=79.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal415750.950.8000.71230.789.8715.49
Hex4F4B5F50047e75af
Octal417113137120010734713217
Binary1001111100101110111111010000010001111110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,15,75); }

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

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

 a { background-color: rgb(4,15,75); }

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

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

 span { border-color: rgb(4,15,75); }

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