#0B1278

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

Shades of Midnight Blue #0B1278

Tints of Midnight Blue #0B1278

Color information

#0B1278 (or 0x0B1278) is unknown color: approx Midnight Blue. HEX triplet: 0B, 12 and 78. RGB value is (11,18,120). Sum of RGB (Red+Green+Blue) = 11+18+120=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 120 (47.27% from 255 or 80.54% from 149); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B1278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1278 is #F4ED87. Grayscale: #1B1B1B. Windows color (decimal): -16051592 or 7868939. OLE color: 7868939.

HSL color Cylindrical-coordinate representation of color #0B1278: hue angle of 236.15º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1278 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1118120-
CMYK0.910.8500.53
HSL236.15º83.21%25.69%-
HSV(B)236.15º90.83%47.06%-
XYZ3.741.8617.93-
YUV27.53180.18116.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.38%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 120 (47.27% from 255) = 80.54%
R=7.38%
G=12.08%
B=80.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11181200.910.8500.53236.1583.2125.69
HexB12785B55035ec531a
Octal132217013312506535412332
Binary101110010111100010110111010101011010111101100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,18,120); }

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

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

 a { background-color: rgb(11,18,120); }

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

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

 span { border-color: rgb(11,18,120); }

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