#06049D

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

Shades of New Midnight Blue #06049D

Tints of New Midnight Blue #06049D

Color information

#06049D (or 0x06049D) is unknown color: approx New Midnight Blue. HEX triplet: 06, 04 and 9D. RGB value is (6,4,157). Sum of RGB (Red+Green+Blue) = 6+4+157=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 157 (61.72% from 255 or 94.01% from 167); Max value from RGB is 157 - color contains mainly: blue. Hex color #06049D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06049D is #F9FB62. Grayscale: #151515. Windows color (decimal): -16382819 or 10290182. OLE color: 10290182.

HSL color Cylindrical-coordinate representation of color #06049D: hue angle of 240.78º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06049D is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64157-
CMYK0.960.9700.38
HSL240.78º95.03%31.57%-
HSV(B)240.78º97.45%61.57%-
XYZ6.22.5632.07-
YUV22.04204.16116.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 157 (61.72% from 255) = 94.01%
R=3.59%
G=2.40%
B=94.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641570.960.9700.38240.7895.0331.57
Hex649D6061026f15f20
Octal6423514014104636113740
Binary11010010011101110000011000010100110111100011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06049D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06049D; }

 p { color: rgb(6,4,157); }

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

<style>
 a { background-color: #06049D; }

 a { background-color: rgb(6,4,157); }

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

<style>
 span { border-color: #06049D; }

 span { border-color: rgb(6,4,157); }

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