#030AB1

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

Shades of New Midnight Blue #030AB1

Tints of New Midnight Blue #030AB1

Color information

#030AB1 (or 0x030AB1) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0A and B1. RGB value is (3,10,177). Sum of RGB (Red+Green+Blue) = 3+10+177=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 177 (69.53% from 255 or 93.16% from 190); Max value from RGB is 177 - color contains mainly: blue. Hex color #030AB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030AB1 is #FCF54E. Grayscale: #1A1A1A. Windows color (decimal): -16577871 or 11602435. OLE color: 11602435.

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

Color convert

RGB310177-
CMYK0.980.9400.31
HSL237.59º96.67%35.29%-
HSV(B)237.59º98.31%69.41%-
XYZ8.083.4141.83-
YUV26.94212.68110.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 177 (69.53% from 255) = 93.16%
R=1.58%
G=5.26%
B=93.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3101770.980.9400.31237.5996.6735.29
Hex3AB1625E01Fee6123
Octal31226114213603735614143
Binary1110101011000111000101011110011111111011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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