#060094

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

Shades of New Midnight Blue #060094

Tints of New Midnight Blue #060094

Color information

#060094 (or 0x060094) is unknown color: approx New Midnight Blue. HEX triplet: 06, 00 and 94. RGB value is (6,0,148). Sum of RGB (Red+Green+Blue) = 6+0+148=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 148 (58.20% from 255 or 96.10% from 154); Max value from RGB is 148 - color contains mainly: blue. Hex color #060094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060094 is #F9FF6B. Grayscale: #121212. Windows color (decimal): -16383852 or 9699334. OLE color: 9699334.

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

Color convert

RGB60148-
CMYK0.96100.42
HSL242.43º100%29.02%-
HSV(B)242.43º100%58.04%-
XYZ5.422.1828.15-
YUV18.67200.99118.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 96.10%
R=3.90%
G=0%
B=96.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601480.96100.42242.4310029.02
Hex6094606402Af2641d
Octal6022414014405236214435
Binary11001001010011000001100100010101011110010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060094; }

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

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

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

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

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

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

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

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