#030F6B

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

Shades of Midnight Blue #030F6B

Tints of Midnight Blue #030F6B

Color information

#030F6B (or 0x030F6B) is unknown color: approx Midnight Blue. HEX triplet: 03, 0F and 6B. RGB value is (3,15,107). Sum of RGB (Red+Green+Blue) = 3+15+107=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 107 (42.19% from 255 or 85.6% from 125); Max value from RGB is 107 - color contains mainly: blue. Hex color #030F6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F6B is #FCF094. Grayscale: #151515. Windows color (decimal): -16576661 or 7016195. OLE color: 7016195.

HSL color Cylindrical-coordinate representation of color #030F6B: hue angle of 233.08º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030F6B is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB315107-
CMYK0.970.8600.58
HSL233.08º94.55%21.57%-
HSV(B)233.08º97.2%41.96%-
XYZ2.861.4214.03-
YUV21.9176.02114.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 15 (6.25% from 255) = 12%
BLUE value IS 107 (42.19% from 255) = 85.6%
R=2.4%
G=12%
B=85.6%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3151070.970.8600.58233.0894.5521.57
Hex3F6B615603Ae95f16
Octal31715314112607235113726
Binary111111110101111000011010110011101011101001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,15,107); }

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

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

 a { background-color: rgb(3,15,107); }

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

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

 span { border-color: rgb(3,15,107); }

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