#0303AD

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

Shades of New Midnight Blue #0303AD

Tints of New Midnight Blue #0303AD

Color information

#0303AD (or 0x0303AD) is unknown color: approx New Midnight Blue. HEX triplet: 03, 03 and AD. RGB value is (3,3,173). Sum of RGB (Red+Green+Blue) = 3+3+173=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 173 (67.97% from 255 or 96.65% from 179); Max value from RGB is 173 - color contains mainly: blue. Hex color #0303AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0303AD is #FCFC52. Grayscale: #151515. Windows color (decimal): -16579667 or 11338499. OLE color: 11338499.

HSL color Cylindrical-coordinate representation of color #0303AD: hue angle of 240º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0303AD is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33173-
CMYK0.980.9800.32
HSL240º96.59%34.51%-
HSV(B)240º98.27%67.84%-
XYZ7.613.139.73-
YUV22.38213114.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 173 (67.97% from 255) = 96.65%
R=1.68%
G=1.68%
B=96.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331730.980.9800.3224096.5934.51
Hex33AD6262020f06123
Octal3325514214204036014143
Binary111110101101110001011000100100000111100001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0303AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0303AD; }

 p { color: rgb(3,3,173); }

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

<style>
 a { background-color: #0303AD; }

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

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

<style>
 span { border-color: #0303AD; }

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

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