#0006B0

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

Shades of New Midnight Blue #0006B0

Tints of New Midnight Blue #0006B0

Color information

#0006B0 (or 0x0006B0) is unknown color: approx New Midnight Blue. HEX triplet: 00, 06 and B0. RGB value is (0,6,176). Sum of RGB (Red+Green+Blue) = 0+6+176=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 176 (69.14% from 255 or 96.70% from 182); Max value from RGB is 176 - color contains mainly: blue. Hex color #0006B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0006B0 is #FFF94F. Grayscale: #161616. Windows color (decimal): -16775504 or 11535872. OLE color: 11535872.

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

Color convert

RGB06176-
CMYK10.9700.31
HSL237.95º100%34.51%-
HSV(B)237.95º100%69.02%-
XYZ7.93.2641.29-
YUV23.59214.01111.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 176 (69.14% from 255) = 96.70%
R=0%
G=3.30%
B=96.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal0617610.9700.31237.9510034.51
Hex06B0646101Fee6423
Octal0626014414103735614443
Binary01101011000011001001100001011111111011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0006B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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