#030A62

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

Shades of Midnight Blue #030A62

Tints of Midnight Blue #030A62

Color information

#030A62 (or 0x030A62) is unknown color: approx Midnight Blue. HEX triplet: 03, 0A and 62. RGB value is (3,10,98). Sum of RGB (Red+Green+Blue) = 3+10+98=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 98 (38.67% from 255 or 88.29% from 111); Max value from RGB is 98 - color contains mainly: blue. Hex color #030A62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A62 is #FCF59D. Grayscale: #111111. Windows color (decimal): -16577950 or 6425091. OLE color: 6425091.

HSL color Cylindrical-coordinate representation of color #030A62: hue angle of 235.58º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030A62 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB31098-
CMYK0.970.9000.62
HSL235.58º94.06%19.8%-
HSV(B)235.58º96.94%38.43%-
XYZ2.351.1211.65-
YUV17.94173.18117.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 98 (38.67% from 255) = 88.29%
R=2.70%
G=9.01%
B=88.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal310980.970.9000.62235.5894.0619.8
Hex3A62615A03Eec5e14
Octal31214214113207635413624
Binary111010110001011000011011010011111011101100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030A62; }

 p { color: rgb(3,10,98); }

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

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

 a { background-color: rgb(3,10,98); }

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

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

 span { border-color: rgb(3,10,98); }

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