#030B61

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

Shades of Midnight Blue #030B61

Tints of Midnight Blue #030B61

Color information

#030B61 (or 0x030B61) is unknown color: approx Midnight Blue. HEX triplet: 03, 0B and 61. RGB value is (3,11,97). Sum of RGB (Red+Green+Blue) = 3+11+97=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 97 (38.28% from 255 or 87.39% from 111); Max value from RGB is 97 - color contains mainly: blue. Hex color #030B61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B61 is #FCF49E. Grayscale: #121212. Windows color (decimal): -16577695 or 6359811. OLE color: 6359811.

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

Color convert

RGB31197-
CMYK0.970.8900.62
HSL234.89º94%19.61%-
HSV(B)234.89º96.91%38.04%-
XYZ2.311.1211.4-
YUV18.41172.35117.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 11 (4.69% from 255) = 9.91%
BLUE value IS 97 (38.28% from 255) = 87.39%
R=2.70%
G=9.91%
B=87.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal311970.970.8900.62234.899419.61
Hex3B61615903Eeb5e14
Octal31314114113107635313624
Binary111011110000111000011011001011111011101011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,11,97); }

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

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

 a { background-color: rgb(3,11,97); }

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

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

 span { border-color: rgb(3,11,97); }

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