#0B0362

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

Shades of Midnight Blue #0B0362

Tints of Midnight Blue #0B0362

Color information

#0B0362 (or 0x0B0362) is unknown color: approx Midnight Blue. HEX triplet: 0B, 03 and 62. RGB value is (11,3,98). Sum of RGB (Red+Green+Blue) = 11+3+98=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 98 (38.67% from 255 or 87.5% from 112); Max value from RGB is 98 - color contains mainly: blue. Hex color #0B0362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0362 is #F4FC9D. Grayscale: #0F0F0F. Windows color (decimal): -16055454 or 6423307. OLE color: 6423307.

HSL color Cylindrical-coordinate representation of color #0B0362: hue angle of 245.05º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0362 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11398-
CMYK0.890.9700.62
HSL245.05º94.06%19.8%-
HSV(B)245.05º96.94%38.43%-
XYZ2.381.0211.63-
YUV16.22174.15124.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.82%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 98 (38.67% from 255) = 87.5%
R=9.82%
G=2.68%
B=87.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal113980.890.9700.62245.0594.0619.8
HexB362596103Ef55e14
Octal13314213114107636513624
Binary101111110001010110011100001011111011110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,98); }

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

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

 a { background-color: rgb(11,3,98); }

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

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

 span { border-color: rgb(11,3,98); }

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