#0D07B1

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

Shades of New Midnight Blue #0D07B1

Tints of New Midnight Blue #0D07B1

Color information

#0D07B1 (or 0x0D07B1) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 07 and B1. RGB value is (13,7,177). Sum of RGB (Red+Green+Blue) = 13+7+177=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 177 (69.53% from 255 or 89.85% from 197); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D07B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D07B1 is #F2F84E. Grayscale: #1B1B1B. Windows color (decimal): -15923279 or 11601677. OLE color: 11601677.

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

Color convert

RGB137177-
CMYK0.930.9600.31
HSL242.12º92.39%36.08%-
HSV(B)242.12º96.05%69.41%-
XYZ8.183.4141.82-
YUV28.17211.99117.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.60%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 177 (69.53% from 255) = 89.85%
R=6.60%
G=3.55%
B=89.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371770.930.9600.31242.1292.3936.08
HexD7B15D6001Ff25c24
Octal15726113514003736213444
Binary11011111011000110111011100000011111111100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D07B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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