#0206AB

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

Shades of New Midnight Blue #0206AB

Tints of New Midnight Blue #0206AB

Color information

#0206AB (or 0x0206AB) is unknown color: approx New Midnight Blue. HEX triplet: 02, 06 and AB. RGB value is (2,6,171). Sum of RGB (Red+Green+Blue) = 2+6+171=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 171 (67.19% from 255 or 95.53% from 179); Max value from RGB is 171 - color contains mainly: blue. Hex color #0206AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0206AB is #FDF954. Grayscale: #161616. Windows color (decimal): -16644437 or 11208194. OLE color: 11208194.

HSL color Cylindrical-coordinate representation of color #0206AB: hue angle of 238.58º 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 #0206AB is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB26171-
CMYK0.990.9600.33
HSL238.58º97.69%33.92%-
HSV(B)238.58º98.83%67.06%-
XYZ7.443.0838.73-
YUV23.61211.17112.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 171 (67.19% from 255) = 95.53%
R=1.12%
G=3.35%
B=95.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261710.990.9600.33238.5897.6933.92
Hex26AB6360021ef6222
Octal2625314314004135714242
Binary1011010101011110001111000000100001111011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0206AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0206AB; }

 p { color: rgb(2,6,171); }

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

<style>
 a { background-color: #0206AB; }

 a { background-color: rgb(2,6,171); }

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

<style>
 span { border-color: #0206AB; }

 span { border-color: rgb(2,6,171); }

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