#030CAB

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

Shades of New Midnight Blue #030CAB

Tints of New Midnight Blue #030CAB

Color information

#030CAB (or 0x030CAB) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0C and AB. RGB value is (3,12,171). Sum of RGB (Red+Green+Blue) = 3+12+171=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 171 (67.19% from 255 or 91.94% from 186); Max value from RGB is 171 - color contains mainly: blue. Hex color #030CAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030CAB is #FCF354. Grayscale: #1A1A1A. Windows color (decimal): -16577365 or 11209731. OLE color: 11209731.

HSL color Cylindrical-coordinate representation of color #030CAB: hue angle of 236.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030CAB is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB312171-
CMYK0.980.9300.33
HSL236.79º96.55%34.12%-
HSV(B)236.79º98.25%67.06%-
XYZ7.523.2238.75-
YUV27.44209.02110.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.61%
GREEN value IS 12 (5.08% from 255) = 6.45%
BLUE value IS 171 (67.19% from 255) = 91.94%
R=1.61%
G=6.45%
B=91.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3121710.980.9300.33236.7996.5534.12
Hex3CAB625D021ed6122
Octal31425314213504135514142
Binary11110010101011110001010111010100001111011011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,12,171); }

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

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

 a { background-color: rgb(3,12,171); }

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

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

 span { border-color: rgb(3,12,171); }

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