#030EB1

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

Shades of New Midnight Blue #030EB1

Tints of New Midnight Blue #030EB1

Color information

#030EB1 (or 0x030EB1) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0E and B1. RGB value is (3,14,177). Sum of RGB (Red+Green+Blue) = 3+14+177=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 177 (69.53% from 255 or 91.24% from 194); Max value from RGB is 177 - color contains mainly: blue. Hex color #030EB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030EB1 is #FCF14E. Grayscale: #1C1C1C. Windows color (decimal): -16576847 or 11603459. OLE color: 11603459.

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

Color convert

RGB314177-
CMYK0.980.9200.31
HSL236.21º96.67%35.29%-
HSV(B)236.21º98.31%69.41%-
XYZ8.133.5141.84-
YUV29.29211.36109.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 177 (69.53% from 255) = 91.24%
R=1.55%
G=7.22%
B=91.24%

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
Decimal3141770.980.9200.31236.2196.6735.29
Hex3EB1625C01Fec6123
Octal31626114213403735414143
Binary1111101011000111000101011100011111111011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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