#030C98

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

Shades of New Midnight Blue #030C98

Tints of New Midnight Blue #030C98

Color information

#030C98 (or 0x030C98) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0C and 98. RGB value is (3,12,152). Sum of RGB (Red+Green+Blue) = 3+12+152=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 152 (59.77% from 255 or 91.02% from 167); Max value from RGB is 152 - color contains mainly: blue. Hex color #030C98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030C98 is #FCF367. Grayscale: #181818. Windows color (decimal): -16577384 or 9964547. OLE color: 9964547.

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

Color convert

RGB312152-
CMYK0.980.9200.40
HSL236.38º96.13%30.39%-
HSV(B)236.38º98.03%59.61%-
XYZ5.842.5529.89-
YUV25.27199.52112.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 152 (59.77% from 255) = 91.02%
R=1.80%
G=7.19%
B=91.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3121520.980.9200.40236.3896.1330.39
Hex3C98625C028ec601e
Octal31423014213405035414036
Binary1111001001100011000101011100010100011101100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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