#010094

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

Shades of New Midnight Blue #010094

Tints of New Midnight Blue #010094

Color information

#010094 (or 0x010094) is unknown color: approx New Midnight Blue. HEX triplet: 01, 00 and 94. RGB value is (1,0,148). Sum of RGB (Red+Green+Blue) = 1+0+148=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 148 (58.20% from 255 or 99.33% from 149); Max value from RGB is 148 - color contains mainly: blue. Hex color #010094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010094 is #FEFF6B. Grayscale: #101010. Windows color (decimal): -16711532 or 9699329. OLE color: 9699329.

HSL color Cylindrical-coordinate representation of color #010094: hue angle of 240.41º 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 #010094 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10148-
CMYK0.99100.42
HSL240.41º100%29.02%-
HSV(B)240.41º100%58.04%-
XYZ5.362.1428.15-
YUV17.17201.83116.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 99.33%
R=0.67%
G=0%
B=99.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101480.99100.42240.4110029.02
Hex1094636402Af0641d
Octal1022414314405236014435
Binary101001010011000111100100010101011110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010094; }

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

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

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

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

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

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

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

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