#0300a0

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

Shades of New Midnight Blue #0300A0

Tints of New Midnight Blue #0300A0

Color information

#0300A0 (or 0x0300A0) is unknown color: approx New Midnight Blue. HEX triplet: 03, 00 and A0. RGB value is (3,0,160). Sum of RGB (Red+Green+Blue) = 3+0+160=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 160 (62.89% from 255 or 98.16% from 163); Max value from RGB is 160 - color contains mainly: blue. Hex color #0300A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0300A0 is #FCFF5F. Grayscale: #121212. Windows color (decimal): -16580448 or 10485763. OLE color: 10485763.

HSL color Cylindrical-coordinate representation of color #0300A0: hue angle of 241.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300A0 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB30160-
CMYK0.98100.37
HSL241.12º100%31.37%-
HSV(B)241.12º100%62.75%-
XYZ6.382.5633.41-
YUV19.14207.49116.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 160 (62.89% from 255) = 98.16%
R=1.84%
G=0%
B=98.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301600.98100.37241.1210031.37
Hex30A06264025f1641f
Octal3024014214404536114437
Binary1101010000011000101100100010010111110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0300a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0300a0; }

 p { color: rgb(3,0,160); }

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

<style>
 a { background-color: #0300a0; }

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

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

<style>
 span { border-color: #0300a0; }

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

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