#0B1F7D

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

Shades of Midnight Blue #0B1F7D

Tints of Midnight Blue #0B1F7D

Color information

#0B1F7D (or 0x0B1F7D) is unknown color: approx Midnight Blue. HEX triplet: 0B, 1F and 7D. RGB value is (11,31,125). Sum of RGB (Red+Green+Blue) = 11+31+125=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B1F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1F7D is #F4E082. Grayscale: #232323. Windows color (decimal): -16048259 or 8199947. OLE color: 8199947.

HSL color Cylindrical-coordinate representation of color #0B1F7D: hue angle of 229.47º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1F7D is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1131125-
CMYK0.910.7500.51
HSL229.47º83.82%26.67%-
HSV(B)229.47º91.2%49.02%-
XYZ4.332.5319.66-
YUV35.74178.37110.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.59%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 125 (49.22% from 255) = 74.85%
R=6.59%
G=18.56%
B=74.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11311250.910.7500.51229.4783.8226.67
HexB1F7D5B4B033e5541b
Octal133717513311306334512433
Binary101111111111110110110111001011011001111100101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,31,125); }

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

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

 a { background-color: rgb(11,31,125); }

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

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

 span { border-color: rgb(11,31,125); }

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