#030C94

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

Shades of New Midnight Blue #030C94

Tints of New Midnight Blue #030C94

Color information

#030C94 (or 0x030C94) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0C and 94. RGB value is (3,12,148). Sum of RGB (Red+Green+Blue) = 3+12+148=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 148 (58.20% from 255 or 90.80% from 163); Max value from RGB is 148 - color contains mainly: blue. Hex color #030C94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030C94 is #FCF36B. Grayscale: #181818. Windows color (decimal): -16577388 or 9702403. OLE color: 9702403.

HSL color Cylindrical-coordinate representation of color #030C94: hue angle of 236.28º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030C94 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB312148-
CMYK0.980.9200.42
HSL236.28º96.03%29.61%-
HSV(B)236.28º97.97%58.04%-
XYZ5.512.4228.19-
YUV24.81197.52112.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 12 (5.08% from 255) = 7.36%
BLUE value IS 148 (58.20% from 255) = 90.80%
R=1.84%
G=7.36%
B=90.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3121480.980.9200.42236.2896.0329.61
Hex3C94625C02Aec601e
Octal31422414213405235414036
Binary1111001001010011000101011100010101011101100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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