#030962

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

Shades of Midnight Blue #030962

Tints of Midnight Blue #030962

Color information

#030962 (or 0x030962) is unknown color: approx Midnight Blue. HEX triplet: 03, 09 and 62. RGB value is (3,9,98). Sum of RGB (Red+Green+Blue) = 3+9+98=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 98 (38.67% from 255 or 89.09% from 110); Max value from RGB is 98 - color contains mainly: blue. Hex color #030962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030962 is #FCF69D. Grayscale: #101010. Windows color (decimal): -16578206 or 6424835. OLE color: 6424835.

HSL color Cylindrical-coordinate representation of color #030962: hue angle of 236.21º 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 #030962 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB3998-
CMYK0.970.9100.62
HSL236.21º94.06%19.8%-
HSV(B)236.21º96.94%38.43%-
XYZ2.341.111.64-
YUV17.35173.51117.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 98 (38.67% from 255) = 89.09%
R=2.73%
G=8.18%
B=89.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal39980.970.9100.62236.2194.0619.8
Hex3962615B03Eec5e14
Octal31114214113307635413624
Binary111001110001011000011011011011111011101100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030962; }

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

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

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

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

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

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

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

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