#0B08AD

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

Shades of New Midnight Blue #0B08AD

Tints of New Midnight Blue #0B08AD

Color information

#0B08AD (or 0x0B08AD) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 08 and AD. RGB value is (11,8,173). Sum of RGB (Red+Green+Blue) = 11+8+173=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 173 (67.97% from 255 or 90.10% from 192); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B08AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B08AD is #F4F752. Grayscale: #1B1B1B. Windows color (decimal): -16054099 or 11339787. OLE color: 11339787.

HSL color Cylindrical-coordinate representation of color #0B08AD: hue angle of 241.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B08AD is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118173-
CMYK0.940.9500.32
HSL241.09º91.16%35.49%-
HSV(B)241.09º95.38%67.84%-
XYZ7.773.2639.76-
YUV27.71209.99116.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.73%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 173 (67.97% from 255) = 90.10%
R=5.73%
G=4.17%
B=90.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181730.940.9500.32241.0991.1635.49
HexB8AD5E5F020f15b23
Octal131025513613704036113343
Binary1011100010101101101111010111110100000111100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B08AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,8,173); }

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

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

 a { background-color: rgb(11,8,173); }

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

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

 span { border-color: rgb(11,8,173); }

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