#0B029E

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

Shades of New Midnight Blue #0B029E

Tints of New Midnight Blue #0B029E

Color information

#0B029E (or 0x0B029E) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 02 and 9E. RGB value is (11,2,158). Sum of RGB (Red+Green+Blue) = 11+2+158=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 158 (62.11% from 255 or 92.40% from 171); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B029E is #F4FD61. Grayscale: #151515. Windows color (decimal): -16055650 or 10355211. OLE color: 10355211.

HSL color Cylindrical-coordinate representation of color #0B029E: hue angle of 243.46º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B029E is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112158-
CMYK0.930.9900.38
HSL243.46º97.5%31.37%-
HSV(B)243.46º98.73%61.96%-
XYZ6.332.5832.51-
YUV22.48204.48119.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.43%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 158 (62.11% from 255) = 92.40%
R=6.43%
G=1.17%
B=92.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121580.930.9900.38243.4697.531.37
HexB29E5D63026f3621f
Octal13223613514304636314237
Binary1011101001111010111011100011010011011110011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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