#040FB3

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

Shades of New Midnight Blue #040FB3

Tints of New Midnight Blue #040FB3

Color information

#040FB3 (or 0x040FB3) is unknown color: approx New Midnight Blue. HEX triplet: 04, 0F and B3. RGB value is (4,15,179). Sum of RGB (Red+Green+Blue) = 4+15+179=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 179 (70.31% from 255 or 90.40% from 198); Max value from RGB is 179 - color contains mainly: blue. Hex color #040FB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FB3 is #FBF04C. Grayscale: #1D1D1D. Windows color (decimal): -16511053 or 11734788. OLE color: 11734788.

HSL color Cylindrical-coordinate representation of color #040FB3: hue angle of 236.23º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FB3 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB415179-
CMYK0.980.9200.30
HSL236.23º95.63%35.88%-
HSV(B)236.23º97.77%70.2%-
XYZ8.363.6242.91-
YUV30.41211.86109.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 15 (6.25% from 255) = 7.58%
BLUE value IS 179 (70.31% from 255) = 90.40%
R=2.02%
G=7.58%
B=90.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4151790.980.9200.30236.2395.6335.88
Hex4FB3625C01Eec6024
Octal41726314213403635414044
Binary10011111011001111000101011100011110111011001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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