#0B02AA

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

Shades of New Midnight Blue #0B02AA

Tints of New Midnight Blue #0B02AA

Color information

#0B02AA (or 0x0B02AA) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 02 and AA. RGB value is (11,2,170). Sum of RGB (Red+Green+Blue) = 11+2+170=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 170 (66.80% from 255 or 92.90% from 183); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B02AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B02AA is #F4FD55. Grayscale: #171717. Windows color (decimal): -16055638 or 11141643. OLE color: 11141643.

HSL color Cylindrical-coordinate representation of color #0B02AA: hue angle of 243.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B02AA is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112170-
CMYK0.940.9900.33
HSL243.21º97.67%33.73%-
HSV(B)243.21º98.82%66.67%-
XYZ7.423.0238.22-
YUV23.84210.48118.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.01%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 170 (66.80% from 255) = 92.90%
R=6.01%
G=1.09%
B=92.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121700.940.9900.33243.2197.6733.73
HexB2AA5E63021f36222
Octal13225213614304136314242
Binary10111010101010101111011000110100001111100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B02AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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