#040FB0

Color #040FB0 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #040FB0

Tints of New Midnight Blue #040FB0

Color information

#040FB0 (or 0x040FB0) is unknown color: approx New Midnight Blue. HEX triplet: 04, 0F and B0. RGB value is (4,15,176). Sum of RGB (Red+Green+Blue) = 4+15+176=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 176 (69.14% from 255 or 90.26% from 195); Max value from RGB is 176 - color contains mainly: blue. Hex color #040FB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040FB0 is #FBF04F. Grayscale: #1D1D1D. Windows color (decimal): -16511056 or 11538180. OLE color: 11538180.

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

Color convert

RGB415176-
CMYK0.980.9100.31
HSL236.16º95.56%35.29%-
HSV(B)236.16º97.73%69.02%-
XYZ8.063.541.33-
YUV30.06210.36109.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 176 (69.14% from 255) = 90.26%
R=2.05%
G=7.69%
B=90.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4151760.980.9100.31236.1695.5635.29
Hex4FB0625B01Fec6023
Octal41726014213303735414043
Binary10011111011000011000101011011011111111011001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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