#030294

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

Shades of New Midnight Blue #030294

Tints of New Midnight Blue #030294

Color information

#030294 (or 0x030294) is unknown color: approx New Midnight Blue. HEX triplet: 03, 02 and 94. RGB value is (3,2,148). Sum of RGB (Red+Green+Blue) = 3+2+148=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 148 (58.20% from 255 or 96.73% from 153); Max value from RGB is 148 - color contains mainly: blue. Hex color #030294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030294 is #FCFD6B. Grayscale: #121212. Windows color (decimal): -16579948 or 9699843. OLE color: 9699843.

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

Color convert

RGB32148-
CMYK0.980.9900.42
HSL240.41º97.33%29.41%-
HSV(B)240.41º98.65%58.04%-
XYZ5.42.228.16-
YUV18.94200.83116.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 148 (58.20% from 255) = 96.73%
R=1.96%
G=1.31%
B=96.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321480.980.9900.42240.4197.3329.41
Hex3294626302Af0611d
Octal3222414214305236014135
Binary11101001010011000101100011010101011110000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030294; }

 p { color: rgb(3,2,148); }

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

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

 a { background-color: rgb(3,2,148); }

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

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

 span { border-color: rgb(3,2,148); }

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