#030A65

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

Shades of Midnight Blue #030A65

Tints of Midnight Blue #030A65

Color information

#030A65 (or 0x030A65) is unknown color: approx Midnight Blue. HEX triplet: 03, 0A and 65. RGB value is (3,10,101). Sum of RGB (Red+Green+Blue) = 3+10+101=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 101 (39.84% from 255 or 88.60% from 114); Max value from RGB is 101 - color contains mainly: blue. Hex color #030A65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A65 is #FCF59A. Grayscale: #111111. Windows color (decimal): -16577947 or 6621699. OLE color: 6621699.

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

Color convert

RGB310101-
CMYK0.970.9000.60
HSL235.71º94.23%20.39%-
HSV(B)235.71º97.03%39.61%-
XYZ2.51.1812.41-
YUV18.28174.68117.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 10 (4.30% from 255) = 8.77%
BLUE value IS 101 (39.84% from 255) = 88.60%
R=2.63%
G=8.77%
B=88.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3101010.970.9000.60235.7194.2320.39
Hex3A65615A03Cec5e14
Octal31214514113207435413624
Binary111010110010111000011011010011110011101100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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