#0B2349

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

Shades of Midnight #0B2349

Tints of Midnight #0B2349

Color information

#0B2349 (or 0x0B2349) is unknown color: approx Midnight. HEX triplet: 0B, 23 and 49. RGB value is (11,35,73). Sum of RGB (Red+Green+Blue) = 11+35+73=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B2349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2349 is #F4DCB6. Grayscale: #1F1F1F. Windows color (decimal): -16047287 or 4793099. OLE color: 4793099.

HSL color Cylindrical-coordinate representation of color #0B2349: hue angle of 216.77º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2349 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB113573-
CMYK0.850.5200.71
HSL216.77º73.81%16.47%-
HSV(B)216.77º84.93%28.63%-
XYZ1.941.756.54-
YUV32.16151.05112.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.24%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 73 (28.91% from 255) = 61.34%
R=9.24%
G=29.41%
B=61.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1135730.850.5200.71216.7773.8116.47
HexB23495534047d94a10
Octal134311112564010733111220
Binary1011100011100100110101011101000100011111011001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,35,73); }

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

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

 a { background-color: rgb(11,35,73); }

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

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

 span { border-color: rgb(11,35,73); }

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