#030FB1

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

Shades of New Midnight Blue #030FB1

Tints of New Midnight Blue #030FB1

Color information

#030FB1 (or 0x030FB1) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0F and B1. RGB value is (3,15,177). Sum of RGB (Red+Green+Blue) = 3+15+177=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 177 (69.53% from 255 or 90.77% from 195); Max value from RGB is 177 - color contains mainly: blue. Hex color #030FB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030FB1 is #FCF04E. Grayscale: #1D1D1D. Windows color (decimal): -16576591 or 11603715. OLE color: 11603715.

HSL color Cylindrical-coordinate representation of color #030FB1: hue angle of 235.86º degrees, saturation: 0.97, 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 #030FB1 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB315177-
CMYK0.980.9200.31
HSL235.86º96.67%35.29%-
HSV(B)235.86º98.31%69.41%-
XYZ8.143.5441.85-
YUV29.88211.02108.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 177 (69.53% from 255) = 90.77%
R=1.54%
G=7.69%
B=90.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3151770.980.9200.31235.8696.6735.29
Hex3FB1625C01Fec6123
Octal31726114213403735414143
Binary1111111011000111000101011100011111111011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030FB1; }

 p { color: rgb(3,15,177); }

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

<style>
 a { background-color: #030FB1; }

 a { background-color: rgb(3,15,177); }

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

<style>
 span { border-color: #030FB1; }

 span { border-color: rgb(3,15,177); }

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