#0C03AB

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

Shades of New Midnight Blue #0C03AB

Tints of New Midnight Blue #0C03AB

Color information

#0C03AB (or 0x0C03AB) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 03 and AB. RGB value is (12,3,171). Sum of RGB (Red+Green+Blue) = 12+3+171=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 171 (67.19% from 255 or 91.94% from 186); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C03AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C03AB is #F3FC54. Grayscale: #181818. Windows color (decimal): -15989845 or 11207436. OLE color: 11207436.

HSL color Cylindrical-coordinate representation of color #0C03AB: hue angle of 243.21º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C03AB is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123171-
CMYK0.930.9800.33
HSL243.21º96.55%34.12%-
HSV(B)243.21º98.25%67.06%-
XYZ7.533.0838.73-
YUV24.84210.48118.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 171 (67.19% from 255) = 91.94%
R=6.45%
G=1.61%
B=91.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231710.930.9800.33243.2196.5534.12
HexC3AB5D62021f36122
Octal14325313514204136314142
Binary11001110101011101110111000100100001111100111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C03AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C03AB; }

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

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

<style>
 a { background-color: #0C03AB; }

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

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

<style>
 span { border-color: #0C03AB; }

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

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