#0B0361

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

Shades of Midnight Blue #0B0361

Tints of Midnight Blue #0B0361

Color information

#0B0361 (or 0x0B0361) is unknown color: approx Midnight Blue. HEX triplet: 0B, 03 and 61. RGB value is (11,3,97). Sum of RGB (Red+Green+Blue) = 11+3+97=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 97 (38.28% from 255 or 87.39% from 111); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B0361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0361 is #F4FC9E. Grayscale: #0F0F0F. Windows color (decimal): -16055455 or 6357771. OLE color: 6357771.

HSL color Cylindrical-coordinate representation of color #0B0361: hue angle of 245.11º 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 #0B0361 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11397-
CMYK0.890.9700.62
HSL245.11º94%19.61%-
HSV(B)245.11º96.91%38.04%-
XYZ2.33111.38-
YUV16.11173.65124.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 97 (38.28% from 255) = 87.39%
R=9.91%
G=2.70%
B=87.39%

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
Decimal113970.890.9700.62245.119419.61
HexB361596103Ef55e14
Octal13314113114107636513624
Binary101111110000110110011100001011111011110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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