#0B025C

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

Shades of Midnight Blue #0B025C

Tints of Midnight Blue #0B025C

Color information

#0B025C (or 0x0B025C) is unknown color: approx Midnight Blue. HEX triplet: 0B, 02 and 5C. RGB value is (11,2,92). Sum of RGB (Red+Green+Blue) = 11+2+92=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 92 (36.33% from 255 or 87.62% from 105); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B025C is #F4FDA3. Grayscale: #0E0E0E. Windows color (decimal): -16055716 or 6029835. OLE color: 6029835.

HSL color Cylindrical-coordinate representation of color #0B025C: hue angle of 246º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B025C is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB11292-
CMYK0.880.9800.64
HSL246º95.74%18.43%-
HSV(B)246º97.83%36.08%-
XYZ2.090.8910.19-
YUV14.95171.48125.18-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.48%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 92 (36.33% from 255) = 87.62%
R=10.48%
G=1.90%
B=87.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal112920.880.9800.6424695.7418.43
HexB25C5862040f66012
Octal132134130142010036614022
Binary1011101011100101100011000100100000011110110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,2,92); }

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

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

 a { background-color: rgb(11,2,92); }

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

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

 span { border-color: rgb(11,2,92); }

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