#030C62

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

Shades of Midnight Blue #030C62

Tints of Midnight Blue #030C62

Color information

#030C62 (or 0x030C62) is unknown color: approx Midnight Blue. HEX triplet: 03, 0C and 62. RGB value is (3,12,98). Sum of RGB (Red+Green+Blue) = 3+12+98=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 98 (38.67% from 255 or 86.73% from 113); Max value from RGB is 98 - color contains mainly: blue. Hex color #030C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C62 is #FCF39D. Grayscale: #121212. Windows color (decimal): -16577438 or 6425603. OLE color: 6425603.

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

Color convert

RGB31298-
CMYK0.970.8800.62
HSL234.32º94.06%19.8%-
HSV(B)234.32º96.94%38.43%-
XYZ2.371.1611.65-
YUV19.11172.52116.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 98 (38.67% from 255) = 86.73%
R=2.65%
G=10.62%
B=86.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal312980.970.8800.62234.3294.0619.8
Hex3C62615803Eea5e14
Octal31414214113007635213624
Binary111100110001011000011011000011111011101010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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