#0B1877

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

Shades of Midnight Blue #0B1877

Tints of Midnight Blue #0B1877

Color information

#0B1877 (or 0x0B1877) is unknown color: approx Midnight Blue. HEX triplet: 0B, 18 and 77. RGB value is (11,24,119). Sum of RGB (Red+Green+Blue) = 11+24+119=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B1877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1877 is #F4E788. Grayscale: #1E1E1E. Windows color (decimal): -16050057 or 7804939. OLE color: 7804939.

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

Color convert

RGB1124119-
CMYK0.910.8000.53
HSL232.78º83.08%25.49%-
HSV(B)232.78º90.76%46.67%-
XYZ3.792.0617.65-
YUV30.94177.69113.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.14%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 119 (46.88% from 255) = 77.27%
R=7.14%
G=15.58%
B=77.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11241190.910.8000.53232.7883.0825.49
HexB18775B50035e95319
Octal133016713312006535112331
Binary101111000111011110110111010000011010111101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,24,119); }

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

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

 a { background-color: rgb(11,24,119); }

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

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

 span { border-color: rgb(11,24,119); }

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