#0206B0

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

Shades of New Midnight Blue #0206B0

Tints of New Midnight Blue #0206B0

Color information

#0206B0 (or 0x0206B0) is unknown color: approx New Midnight Blue. HEX triplet: 02, 06 and B0. RGB value is (2,6,176). Sum of RGB (Red+Green+Blue) = 2+6+176=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 176 (69.14% from 255 or 95.65% from 184); Max value from RGB is 176 - color contains mainly: blue. Hex color #0206B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0206B0 is #FDF94F. Grayscale: #171717. Windows color (decimal): -16644432 or 11535874. OLE color: 11535874.

HSL color Cylindrical-coordinate representation of color #0206B0: hue angle of 238.62º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0206B0 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB26176-
CMYK0.990.9700.31
HSL238.62º97.75%34.9%-
HSV(B)238.62º98.86%69.02%-
XYZ7.933.2841.29-
YUV24.18213.67112.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 176 (69.14% from 255) = 95.65%
R=1.09%
G=3.26%
B=95.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261760.990.9700.31238.6297.7534.9
Hex26B0636101Fef6223
Octal2626014314103735714243
Binary101101011000011000111100001011111111011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0206B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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