#0D06B1

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

Shades of New Midnight Blue #0D06B1

Tints of New Midnight Blue #0D06B1

Color information

#0D06B1 (or 0x0D06B1) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 06 and B1. RGB value is (13,6,177). Sum of RGB (Red+Green+Blue) = 13+6+177=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 177 (69.53% from 255 or 90.31% from 196); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D06B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D06B1 is #F2F94E. Grayscale: #1A1A1A. Windows color (decimal): -15923535 or 11601421. OLE color: 11601421.

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

Color convert

RGB136177-
CMYK0.930.9700.31
HSL242.46º93.44%35.88%-
HSV(B)242.46º96.61%69.41%-
XYZ8.173.3941.82-
YUV27.59212.32117.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.63%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 177 (69.53% from 255) = 90.31%
R=6.63%
G=3.06%
B=90.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361770.930.9700.31242.4693.4435.88
HexD6B15D6101Ff25d24
Octal15626113514103736213544
Binary11011101011000110111011100001011111111100101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D06B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,6,177); }

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

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

 a { background-color: rgb(13,6,177); }

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

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

 span { border-color: rgb(13,6,177); }

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