#030CB4

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

Shades of New Midnight Blue #030CB4

Tints of New Midnight Blue #030CB4

Color information

#030CB4 (or 0x030CB4) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0C and B4. RGB value is (3,12,180). Sum of RGB (Red+Green+Blue) = 3+12+180=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 180 (70.70% from 255 or 92.31% from 195); Max value from RGB is 180 - color contains mainly: blue. Hex color #030CB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CB4 is #FCF34B. Grayscale: #1B1B1B. Windows color (decimal): -16577356 or 11799555. OLE color: 11799555.

HSL color Cylindrical-coordinate representation of color #030CB4: hue angle of 236.95º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030CB4 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB312180-
CMYK0.980.9300.29
HSL236.95º96.72%35.88%-
HSV(B)236.95º98.33%70.59%-
XYZ8.413.5843.43-
YUV28.46213.52109.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 180 (70.70% from 255) = 92.31%
R=1.54%
G=6.15%
B=92.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3121800.980.9300.29236.9596.7235.88
Hex3CB4625D01Ded6124
Octal31426414213503535514144
Binary1111001011010011000101011101011101111011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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