#0B0351

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

Shades of Midnight Blue #0B0351

Tints of Midnight Blue #0B0351

Color information

#0B0351 (or 0x0B0351) is unknown color: approx Midnight Blue. HEX triplet: 0B, 03 and 51. RGB value is (11,3,81). Sum of RGB (Red+Green+Blue) = 11+3+81=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 81 (32.03% from 255 or 85.26% from 95); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B0351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0351 is #F4FCAE. Grayscale: #0D0D0D. Windows color (decimal): -16055471 or 5309195. OLE color: 5309195.

HSL color Cylindrical-coordinate representation of color #0B0351: hue angle of 246.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0351 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB11381-
CMYK0.860.9600.68
HSL246.15º92.86%16.47%-
HSV(B)246.15º96.3%31.76%-
XYZ1.660.737.84-
YUV14.28165.65125.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.58%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 81 (32.03% from 255) = 85.26%
R=11.58%
G=3.16%
B=85.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal113810.860.9600.68246.1592.8616.47
HexB3515660044f65d10
Octal133121126140010436613520
Binary1011111010001101011011000000100010011110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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