#06149C

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

Shades of New Midnight Blue #06149C

Tints of New Midnight Blue #06149C

Color information

#06149C (or 0x06149C) is unknown color: approx New Midnight Blue. HEX triplet: 06, 14 and 9C. RGB value is (6,20,156). Sum of RGB (Red+Green+Blue) = 6+20+156=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 156 (61.33% from 255 or 85.71% from 182); Max value from RGB is 156 - color contains mainly: blue. Hex color #06149C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06149C is #F9EB63. Grayscale: #1E1E1E. Windows color (decimal): -16378724 or 10228742. OLE color: 10228742.

HSL color Cylindrical-coordinate representation of color #06149C: hue angle of 234.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06149C is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB620156-
CMYK0.960.8700.39
HSL234.4º92.59%31.76%-
HSV(B)234.4º96.15%61.18%-
XYZ6.332.9431.69-
YUV31.32198.36109.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 156 (61.33% from 255) = 85.71%
R=3.30%
G=10.99%
B=85.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6201560.960.8700.39234.492.5931.76
Hex6149C6057027ea5d20
Octal62423414012704735213540
Binary1101010010011100110000010101110100111111010101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06149C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06149C; }

 p { color: rgb(6,20,156); }

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

<style>
 a { background-color: #06149C; }

 a { background-color: rgb(6,20,156); }

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

<style>
 span { border-color: #06149C; }

 span { border-color: rgb(6,20,156); }

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