#0B069A

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

Shades of New Midnight Blue #0B069A

Tints of New Midnight Blue #0B069A

Color information

#0B069A (or 0x0B069A) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 06 and 9A. RGB value is (11,6,154). Sum of RGB (Red+Green+Blue) = 11+6+154=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 154 (60.55% from 255 or 90.06% from 171); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B069A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B069A is #F4F965. Grayscale: #171717. Windows color (decimal): -16054630 or 10094091. OLE color: 10094091.

HSL color Cylindrical-coordinate representation of color #0B069A: hue angle of 242.03º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B069A is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB116154-
CMYK0.930.9600.40
HSL242.03º92.5%31.37%-
HSV(B)242.03º96.1%60.39%-
XYZ6.042.5330.74-
YUV24.37201.16118.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.43%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 154 (60.55% from 255) = 90.06%
R=6.43%
G=3.51%
B=90.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161540.930.9600.40242.0392.531.37
HexB69A5D60028f25c1f
Octal13623213514005036213437
Binary10111101001101010111011100000010100011110010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,6,154); }

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

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

 a { background-color: rgb(11,6,154); }

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

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

 span { border-color: rgb(11,6,154); }

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