#060994

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

Shades of New Midnight Blue #060994

Tints of New Midnight Blue #060994

Color information

#060994 (or 0x060994) is unknown color: approx New Midnight Blue. HEX triplet: 06, 09 and 94. RGB value is (6,9,148). Sum of RGB (Red+Green+Blue) = 6+9+148=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 148 (58.20% from 255 or 90.80% from 163); Max value from RGB is 148 - color contains mainly: blue. Hex color #060994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060994 is #F9F66B. Grayscale: #171717. Windows color (decimal): -16381548 or 9701638. OLE color: 9701638.

HSL color Cylindrical-coordinate representation of color #060994: hue angle of 238.73º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060994 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69148-
CMYK0.960.9400.42
HSL238.73º92.21%30.2%-
HSV(B)238.73º95.95%58.04%-
XYZ5.522.3728.18-
YUV23.95198.01115.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 148 (58.20% from 255) = 90.80%
R=3.68%
G=5.52%
B=90.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691480.960.9400.42238.7392.2130.2
Hex6994605E02Aef5c1e
Octal61122414013605235713436
Binary11010011001010011000001011110010101011101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060994; }

 p { color: rgb(6,9,148); }

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

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

 a { background-color: rgb(6,9,148); }

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

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

 span { border-color: rgb(6,9,148); }

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