#0D03B3

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

Shades of New Midnight Blue #0D03B3

Tints of New Midnight Blue #0D03B3

Color information

#0D03B3 (or 0x0D03B3) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 03 and B3. RGB value is (13,3,179). Sum of RGB (Red+Green+Blue) = 13+3+179=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 179 (70.31% from 255 or 91.79% from 195); Max value from RGB is 179 - color contains mainly: blue. Hex color #0D03B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D03B3 is #F2FC4C. Grayscale: #191919. Windows color (decimal): -15924301 or 11731725. OLE color: 11731725.

HSL color Cylindrical-coordinate representation of color #0D03B3: hue angle of 243.41º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D03B3 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB133179-
CMYK0.930.9800.30
HSL243.41º96.7%35.69%-
HSV(B)243.41º98.32%70.2%-
XYZ8.343.4142.87-
YUV26.05214.31118.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.67%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 179 (70.31% from 255) = 91.79%
R=6.67%
G=1.54%
B=91.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331790.930.9800.30243.4196.735.69
HexD3B35D6201Ef36124
Octal15326313514203636314144
Binary1101111011001110111011100010011110111100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D03B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D03B3; }

 p { color: rgb(13,3,179); }

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

<style>
 a { background-color: #0D03B3; }

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

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

<style>
 span { border-color: #0D03B3; }

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

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